Searched refs:writtenBytes (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/codemaker/source/codemaker/ |
| H A D | global.cxx | 414 sal_uInt64 writtenBytes; in operator <<() local 416 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<() 420 sal_uInt64 writtenBytes; in operator <<() local 421 osl_writeFile(o.m_file, s, strlen(s), &writtenBytes); in operator <<() 425 sal_uInt64 writtenBytes; in operator <<() local 426 osl_writeFile(o.m_file, s->getStr(), s->getLength() * sizeof(sal_Char), &writtenBytes); in operator <<() 430 sal_uInt64 writtenBytes; in operator <<() local 431 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<() 436 sal_uInt64 writtenBytes; in operator <<() local 437 osl_writeFile(o.m_file, s->getStr(), s->getLength() * sizeof(sal_Char), &writtenBytes); in operator <<() [all …]
|