Searched refs:file_size_bytes (Results 1 – 6 of 6) sorted by relevance
124 info.file_size_bytes = 200; in TEST()131 info2.file_size_bytes = 600; in TEST()144 EXPECT_EQ(coverages[0].info.file_size_bytes, (uint32_t)200); in TEST()155 EXPECT_EQ(coverages[1].info.file_size_bytes, (uint32_t)600); in TEST()166 info.file_size_bytes = 200; in TEST()173 info2.file_size_bytes = 600; in TEST()186 EXPECT_EQ(coverages[0].info.file_size_bytes, (uint32_t)200); in TEST()193 EXPECT_EQ(coverages[1].info.file_size_bytes, (uint32_t)600); in TEST()213 file1_mem.info.file_size_bytes = 1000; in TEST()224 file2_mem.info.file_size_bytes = 750; in TEST()[all …]
76 info.file_size_bytes = 300; in TEST()83 info2.file_size_bytes = 2400; in TEST()89 info2.file_size_bytes = 200; in TEST()
104 ranges.push_back(VmaRange(0, info.file_size_bytes)); in to_zipfilemem()207 << " compressed=" << file.file_size_bytes << endl in compute_zip_entry_coverages()226 uint64_t file_size_bytes = get_file_size(input_file_); in dump_coverages() local227 if (file_size_bytes == -1) { in dump_coverages()232 file.info.file_size_bytes = file_size_bytes; in dump_coverages()238 cout << file.info.name << " size(B)=" << file.info.file_size_bytes in dump_coverages()240 << " resident(%)=" << (double)(total_size) / file.info.file_size_bytes * 100.0 << endl; in dump_coverages()
259 VmaRange file_vma_range(entry_info.offset_in_zip, entry_info.file_size_bytes); in compute_per_file_coverage()319 file.file_size_bytes = entry.compressed_length; in read_files_and_offsets()
61 uint32_t file_size_bytes = 8) { in AppendFile() argument62 if (file_size_bytes == 8) { in AppendFile()65 } else if (file_size_bytes == 4) { in AppendFile()72 static std::string DetachFile(BinaryReader& reader, uint32_t file_size_bytes = 8) { in DetachFile() argument73 if (!reader.CheckLeftSize(file_size_bytes)) { in DetachFile()76 uint64_t file_size = ConvertBytesToValue(reader.head, file_size_bytes); in DetachFile()77 reader.head += file_size_bytes; in DetachFile()
110 uint64_t file_size_bytes; member