Home
last modified time | relevance | path

Searched refs:attrCSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp287 uint64 attrCSize = 0, attrOSize = 0; in HandleAttributes() local
296 &attrData, &dataSize, &temp, &tempSize, &attrCSize, &attrOSize, in HandleAttributes()
318 uint8** temp, uint64* tempSize, uint64* attrCSize, uint64* attrOSize, in ParseAttribute() argument
328 *attrCSize = 0; in ParseAttribute()
369 fPackage->Read(attrCSize, 8); in ParseAttribute()
370 swap_data(B_UINT64_TYPE, attrCSize, sizeof(*attrCSize), in ParseAttribute()
379 if (*tempSize < *attrCSize) { in ParseAttribute()
381 *tempSize = *attrCSize; in ParseAttribute()
390 if (fPackage->Read(*temp, *attrCSize) in ParseAttribute()
391 != static_cast<ssize_t>(*attrCSize)) { in ParseAttribute()
[all …]
H A DPackageItem.h97 uint64* tempSize, uint64* attrCSize,