Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
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()
/system/libbase/
Dmapped_file_test.cpp29 TEST(mapped_file, smoke) { in TEST() argument
40 TEST(mapped_file, zero_length_mapping) { in TEST() argument
DAndroid.bp67 "mapped_file.cpp",