Symbol: _WriteData
headers/os/storage/AppFileInfo.h
127
status_t _WriteData(const char* name, int32 id,
src/build/libbe/storage/AppFileInfo.cpp
194
error = _WriteData(kTypeAttribute, kTypeResourceID,
src/build/libbe/storage/AppFileInfo.cpp
243
error = _WriteData(kSignatureAttribute, kSignatureResourceID,
src/build/libbe/storage/AppFileInfo.cpp
291
return _WriteData(kCatalogEntryAttribute, kCatalogEntryResourceID,
src/build/libbe/storage/AppFileInfo.cpp
325
error = _WriteData(kAppFlagsAttribute, kAppFlagsResourceID,
src/build/libbe/storage/AppFileInfo.cpp
417
error = _WriteData(kSupportedTypesAttribute,
src/build/libbe/storage/AppFileInfo.cpp
630
error = _WriteData(kVersionInfoAttribute,
src/build/libbe/storage/AppFileInfo.cpp
853
error = _WriteData(attribute, resourceID, attrType,
src/build/libbe/storage/AppFileInfo.cpp
857
error = _WriteData(attribute, resourceID, attrType,
src/build/libbe/storage/AppFileInfo.cpp
912
error = _WriteData(attribute, resourceID, attrType, data, size, true);
src/kits/storage/AppFileInfo.cpp
194
error = _WriteData(kTypeAttribute, kTypeResourceID,
src/kits/storage/AppFileInfo.cpp
243
error = _WriteData(kSignatureAttribute, kSignatureResourceID,
src/kits/storage/AppFileInfo.cpp
291
return _WriteData(kCatalogEntryAttribute, kCatalogEntryResourceID,
src/kits/storage/AppFileInfo.cpp
325
error = _WriteData(kAppFlagsAttribute, kAppFlagsResourceID,
src/kits/storage/AppFileInfo.cpp
417
error = _WriteData(kSupportedTypesAttribute,
src/kits/storage/AppFileInfo.cpp
628
error = _WriteData(kVersionInfoAttribute,
src/kits/storage/AppFileInfo.cpp
851
error = _WriteData(attribute, resourceID, attrType,
src/kits/storage/AppFileInfo.cpp
855
error = _WriteData(attribute, resourceID, attrType,
src/kits/storage/AppFileInfo.cpp
908
error = _WriteData(attribute, resourceID, attrType, data, size, true);
src/tests/system/kernel/file_corruption/fs/File.cpp
267
status_t error = _WriteData(pos, buffer, size, bytesWritten);
src/tests/system/kernel/file_corruption/fs/File.cpp
718
status_t error = _WriteData(offset, NULL,
src/tests/system/kernel/file_corruption/fs/File.h
60
status_t _WriteData(uint64 offset, const void* buffer,