Searched refs:object_files_count (Results 1 – 2 of 2) sorted by relevance
197 size_t object_files_count; in Read() local199 fat_reader.object_files(&object_files_count); in Read()200 if (object_files_count == 0) { in Read()205 object_files_.resize(object_files_count); in Read()207 sizeof(SuperFatArch) * object_files_count); in Read()
97 uint32_t object_files_count; in Read() local98 if (!(cursor >> object_files_count)) { // nfat_arch in Read()104 object_files_.resize(object_files_count); in Read()105 for (size_t i = 0; i < object_files_count; i++) { in Read()