Home
last modified time | relevance | path

Searched refs:mapped_file (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_generator/
H A Dmapfile_filesystem.cc93 File mapped_file; in GetFiles() local
95 mapped_file.extents = {}; in GetFiles()
103 mapped_file.extents.push_back(ExtentForRange(block_start, 1)); in GetFiles()
121 mapped_file.extents.push_back( in GetFiles()
132 std::reverse(mapped_file.extents.begin(), mapped_file.extents.end()); in GetFiles()
136 mapped_file.name = line.substr(0, last_delim).as_string(); in GetFiles()
138 files->push_back(mapped_file); in GetFiles()
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp36 std::unique_ptr<llvm::sys::fs::mapped_file_region> mapped_file( in create() local
42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle)); in create()
44 mapped_file.release(); in create()
/aosp12/system/libbase/
H A Dmapped_file_test.cpp29 TEST(mapped_file, smoke) { in TEST() argument
40 TEST(mapped_file, zero_length_mapping) { in TEST() argument
H A DAndroid.bp84 "mapped_file.cpp",