Home
last modified time | relevance | path

Searched defs:mapped_file (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file_unittest.cc56 void ExpectNoMappedData(const MemoryMappedFile& mapped_file) { in ExpectNoMappedData()
66 MemoryMappedFile mapped_file; in TEST_F() local
71 MemoryMappedFile mapped_file; in TEST_F() local
77 MemoryMappedFile mapped_file("nonexistent-file", 0); in TEST_F() local
81 MemoryMappedFile mapped_file; in TEST_F() local
93 MemoryMappedFile mapped_file(test_file.c_str(), 0); in TEST_F() local
97 MemoryMappedFile mapped_file; in TEST_F() local
115 MemoryMappedFile mapped_file(test_file.c_str(), 0); in TEST_F() local
122 MemoryMappedFile mapped_file; in TEST_F() local
151 MemoryMappedFile mapped_file(test_file1.c_str(), 0); in TEST_F() local
[all …]
H A Dfile_id.cc162 MemoryMappedFile mapped_file(path_.c_str(), 0); in ElfFileIdentifier() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A Dstorage_read_api_test.cpp111 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
140 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
153 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
179 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
195 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
211 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
224 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
243 auto mapped_file = std::unique_ptr<api::MappedStorageFile>(*mapped_file_result); in TEST_F() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/
H A Dstorage_write_api_test.cpp82 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F() local
114 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F() local
125 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F() local
178 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F() local
/aosp_15_r20/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
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_posix.cc194 int mapped_file = -1; in Create() local
236 int mapped_file = -1; in Open() local
H A Dshared_memory_helper.cc71 int* mapped_file, in PrepareMapFile()
/aosp_15_r20/external/cronet/base/test/
H A Dtest_file_util_mac.cc36 MemoryMappedFile mapped_file; in EvictFileFromSystemCache() local
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc349 MemoryMappedFile mapped_file(filename, 0); in ElfFileIdentifierForMapping() local
462 MemoryMappedFile mapped_file(filename, 0); in ElfFileSoName() local
H A Dpe_file.cc43 MemoryMappedFile mapped_file(filename, 0); in TryGetDebugInfo() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/
DFileOutputBuffer.cpp36 std::unique_ptr<llvm::sys::fs::mapped_file_region> mapped_file( in create() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dmapped_file.rs44 let mapped_file = MmapMut::map_mut(&file).map_err(|errmsg| { in map_file() localVariable
H A Dlib.rs22 pub mod mapped_file; module
/aosp_15_r20/system/update_engine/payload_generator/
H A Dmapfile_filesystem.cc92 File mapped_file; in GetFiles() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/
H A Daconfig_storage_write_api.cpp41 auto mapped_file = new MutableMappedStorageFile(); in map_mutable_storage_file() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dmapped_file.rs35 let mapped_file = Mmap::map(&file).map_err(|errmsg| { in map_file() localVariable
H A Dlib.rs42 pub mod mapped_file; module
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/
H A Daconfig_storage_read_api.cpp85 auto mapped_file = new MappedStorageFile(); in map_storage_file() local
/aosp_15_r20/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dprocess_memory_stats.h17 char mapped_file[128] = {}; member
/aosp_15_r20/external/cronet/base/i18n/
H A Dicu_util.cc254 std::unique_ptr<IcuDataFile> mapped_file; in InitializeICUWithFileDescriptorInternal() local
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpreg_parser.cc308 base::MemoryMappedFile mapped_file; in ReadFile() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_win.cc1165 MemoryMappedFile mapped_file; in PreReadFile() local
/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc1309 MemoryMappedFile mapped_file(options.minidump_path.c_str(), 0); in main() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_tracker.cc1278 std::unique_ptr<MemoryMappedFile> mapped_file(new MemoryMappedFile()); in CreateWithFile() local