Home
last modified time | relevance | path

Searched defs:file_length (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/iorap/src/serialize/
H A DTraceFile.proto44 required int64 file_length = 3; field
/aosp12/frameworks/av/media/mtp/
H A DMtpFfsCompatHandle.cpp163 uint32_t file_length = mfr.length; in receiveFile() local
247 uint64_t file_length = mfr.length; in sendFile() local
H A DMtpFfsHandle.cpp446 uint32_t file_length = mfr.length; in receiveFile() local
565 uint64_t file_length = mfr.length; in sendFile() local
/aosp12/art/libartbase/base/
H A Dmem_map_windows.cc89 LARGE_INTEGER file_length; in TargetMMap() local
/aosp12/system/libbase/
H A Dmapped_file.cpp52 off64_t file_length = length + slop; in FromOsHandle() local
/aosp12/system/nfc/src/nfc/tags/
H A Dce_t4t.cc242 uint8_t file_length[2]; in ce_t4t_update_binary() local
/aosp12/art/runtime/
H A Delf_file.cc109 size_t file_length = static_cast<size_t>(temp_file_length); in Setup() local
1142 size_t file_length = static_cast<size_t>(temp_file_length); in Load() local
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp331 uint64_t file_length; in AddPartitionImage() local
/aosp12/system/libziparchive/
H A Dzip_archive.cc217 off64_t file_length, in FindCentralDirectoryInfo()
297 off64_t file_length = archive->mapped_zip.GetFileLength(); in MapCentralDirectory() local
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc664 const uint64_t file_length = 4 * block_size - 13; in TEST_F() local
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc493 int64_t file_length = profile.GetFile()->GetLength(); in TEST_F() local