Symbol: _ReadData
headers/os/storage/AppFileInfo.h
123
status_t _ReadData(const char* name, int32 id,
src/build/libbe/storage/AppFileInfo.cpp
165
error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE,
src/build/libbe/storage/AppFileInfo.cpp
214
error = _ReadData(kSignatureAttribute, kSignatureResourceID,
src/build/libbe/storage/AppFileInfo.cpp
263
status_t error = _ReadData(kCatalogEntryAttribute, kCatalogEntryResourceID,
src/build/libbe/storage/AppFileInfo.cpp
306
error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID,
src/build/libbe/storage/AppFileInfo.cpp
358
error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
src/build/libbe/storage/AppFileInfo.cpp
566
status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID,
src/build/libbe/storage/AppFileInfo.cpp
616
if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID,
src/build/libbe/storage/AppFileInfo.cpp
674
status_t error = _ReadData(attribute, -1, B_VECTOR_ICON_TYPE, NULL, 0,
src/build/libbe/storage/AppFileInfo.cpp
734
error = _ReadData(attribute, -1, attrType, buffer, attrSize,
src/build/libbe/storage/AppFileInfo.cpp
738
error = _ReadData(attribute, -1, attrType, icon->Bits(), attrSize,
src/build/libbe/storage/AppFileInfo.cpp
778
status_t ret = _ReadData(attributeName.String(), -1, B_VECTOR_ICON_TYPE,
src/kits/storage/AppFileInfo.cpp
165
error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE,
src/kits/storage/AppFileInfo.cpp
214
error = _ReadData(kSignatureAttribute, kSignatureResourceID,
src/kits/storage/AppFileInfo.cpp
263
status_t error = _ReadData(kCatalogEntryAttribute, kCatalogEntryResourceID,
src/kits/storage/AppFileInfo.cpp
306
error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID,
src/kits/storage/AppFileInfo.cpp
358
error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
src/kits/storage/AppFileInfo.cpp
564
status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID,
src/kits/storage/AppFileInfo.cpp
614
if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID,
src/kits/storage/AppFileInfo.cpp
672
status_t error = _ReadData(attribute, -1, B_VECTOR_ICON_TYPE, NULL, 0,
src/kits/storage/AppFileInfo.cpp
732
error = _ReadData(attribute, -1, attrType, buffer, attrSize,
src/kits/storage/AppFileInfo.cpp
736
error = _ReadData(attribute, -1, attrType, icon->Bits(), attrSize,
src/kits/storage/AppFileInfo.cpp
776
status_t ret = _ReadData(attributeName.String(), -1, B_VECTOR_ICON_TYPE,