Searched refs:object_files_count (Results 1 – 2 of 2) sorted by relevance
95 uint32_t object_files_count; in Read() local96 if (!(cursor >> object_files_count)) { // nfat_arch in Read()102 object_files_.resize(object_files_count); in Read()103 for (size_t i = 0; i < object_files_count; i++) { in Read()
172 size_t object_files_count;174 fat_reader.object_files(&object_files_count);175 if (object_files_count == 0) {180 object_files_.resize(object_files_count);182 sizeof(struct fat_arch) * object_files_count);