/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | memory_mapped_file_unittest.cc | 56 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 D | file_id.cc | 162 MemoryMappedFile mapped_file(path_.c_str(), 0); in ElfFileIdentifier() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
H A D | storage_read_api_test.cpp | 111 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 D | storage_write_api_test.cpp | 82 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 D | mapped_file_test.cpp | 29 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 D | shared_memory_posix.cc | 194 int mapped_file = -1; in Create() local 236 int mapped_file = -1; in Open() local
|
H A D | shared_memory_helper.cc | 71 int* mapped_file, in PrepareMapFile()
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | test_file_util_mac.cc | 36 MemoryMappedFile mapped_file; in EvictFileFromSystemCache() local
|
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | linux_dumper.cc | 349 MemoryMappedFile mapped_file(filename, 0); in ElfFileIdentifierForMapping() local 462 MemoryMappedFile mapped_file(filename, 0); in ElfFileSoName() local
|
H A D | pe_file.cc | 43 MemoryMappedFile mapped_file(filename, 0); in TryGetDebugInfo() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/ |
D | FileOutputBuffer.cpp | 36 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 D | mapped_file.rs | 44 let mapped_file = MmapMut::map_mut(&file).map_err(|errmsg| { in map_file() localVariable
|
H A D | lib.rs | 22 pub mod mapped_file; module
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | mapfile_filesystem.cc | 92 File mapped_file; in GetFiles() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/ |
H A D | aconfig_storage_write_api.cpp | 41 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 D | mapped_file.rs | 35 let mapped_file = Mmap::map(&file).map_err(|errmsg| { in map_file() localVariable
|
H A D | lib.rs | 42 pub mod mapped_file; module
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/ |
H A D | aconfig_storage_read_api.cpp | 85 auto mapped_file = new MappedStorageFile(); in map_storage_file() local
|
/aosp_15_r20/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
H A D | process_memory_stats.h | 17 char mapped_file[128] = {}; member
|
/aosp_15_r20/external/cronet/base/i18n/ |
H A D | icu_util.cc | 254 std::unique_ptr<IcuDataFile> mapped_file; in InitializeICUWithFileDescriptorInternal() local
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | preg_parser.cc | 308 base::MemoryMappedFile mapped_file; in ReadFile() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_win.cc | 1165 MemoryMappedFile mapped_file; in PreReadFile() local
|
/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/ |
H A D | minidump-2-core.cc | 1309 MemoryMappedFile mapped_file(options.minidump_path.c_str(), 0); in main() local
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | activity_tracker.cc | 1278 std::unique_ptr<MemoryMappedFile> mapped_file(new MemoryMappedFile()); in CreateWithFile() local
|