Searched defs:WriteBytes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/
H A DPyUtility.c31 UINTN WriteBytes; local
61 while (WriteFile(FileHandle, Data, DataLength, &WriteBytes, NULL)) {
62 if (DataLength <= WriteBytes) {
67 Data += WriteBytes;
68 DataLength -= WriteBytes;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsBinaryStream.cpp200 rv = WriteBytes(NS_REINTERPRET_CAST(const char*, aString), byteCount);
214 rv = WriteBytes(NS_REINTERPRET_CAST(const char*, copy), byteCount);
230 nsBinaryOutputStream::WriteBytes(const char *aString, PRUint32 aLength) function in class:nsBinaryOutputStream
245 return WriteBytes(NS_REINTERPRET_CAST(char *, aBytes), aLength);

Completed in 32 milliseconds