Searched refs:sizeFound (Results 1 – 2 of 2) sorted by relevance
/haiku/src/build/libbe/storage/ |
H A D | AppFileInfo.cpp | 1048 size_t sizeFound; in _ReadData() local 1050 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _ReadData() 1058 buffer = malloc(sizeFound); in _ReadData() 1061 bufferSize = sizeFound; in _ReadData() 1063 if (error == B_OK && bufferSize < sizeFound) in _ReadData() 1070 if (resourceData != NULL && sizeFound == bytesRead) in _ReadData() 1112 size_t sizeFound; in _WriteData() local 1113 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _WriteData() 1146 size_t sizeFound; in _RemoveData() local 1147 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _RemoveData()
|
/haiku/src/kits/storage/ |
H A D | AppFileInfo.cpp | 1084 size_t sizeFound; in _ReadData() local 1086 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _ReadData() 1094 buffer = malloc(sizeFound); in _ReadData() 1097 bufferSize = sizeFound; in _ReadData() 1099 if (error == B_OK && bufferSize < sizeFound) in _ReadData() 1106 if (resourceData != NULL && sizeFound == bytesRead) in _ReadData() 1168 size_t sizeFound; in _WriteData() local 1169 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _WriteData() 1217 size_t sizeFound; in _RemoveData() local 1218 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound)) in _RemoveData()
|