Searched refs:file_length (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | mem_map_windows.cc | 94 LARGE_INTEGER file_length; in TargetMMap() local 95 if (!::GetFileSizeEx(file_handle, &file_length)) { in TargetMMap() 101 file_offset + map_length > file_length.QuadPart) { in TargetMMap()
|
/art/runtime/oat/ |
D | elf_file.cc | 109 size_t file_length = static_cast<size_t>(temp_file_length); in Setup() local 110 if (file_length < sizeof(Elf_Ehdr)) { in Setup() 112 "%zd bytes: '%s'", file_length, sizeof(Elf_Ehdr), in Setup() 134 if (file_length < program_header_size) { in Setup() 136 "header of %zd bytes: '%s'", file_length, in Setup() 1158 size_t file_length = static_cast<size_t>(temp_file_length); in Load() local 1232 if (file_length < (program_header->p_offset + program_header->p_filesz)) { in Load() 1234 "%d of %" PRIu64 " bytes: '%s'", file_length, i, in Load()
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 505 int64_t file_length = profile.GetFile()->GetLength(); in TEST_F() local 506 ASSERT_GT(file_length, 0); in TEST_F() 507 ASSERT_TRUE(profile.GetFile()->PwriteFully(random_data, sizeof(random_data), file_length)); in TEST_F() 511 file_length + static_cast<int64_t>(sizeof(random_data))); in TEST_F()
|