Searched refs:mapped_file (Results 1 – 4 of 4) sorted by relevance
93 File mapped_file; in GetFiles() local95 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()
36 std::unique_ptr<llvm::sys::fs::mapped_file_region> mapped_file( in create() local42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle)); in create()44 mapped_file.release(); in create()
29 TEST(mapped_file, smoke) { in TEST() argument40 TEST(mapped_file, zero_length_mapping) { in TEST() argument
84 "mapped_file.cpp",