Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/tests/
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
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
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
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dmapped_file.rs44 let mapped_file = MmapMut::map_mut(&file).map_err(|errmsg| { in map_file() localVariable
Dlib.rs22 pub mod mapped_file; module
/build/make/tools/aconfig/aconfig_storage_write_api/
Daconfig_storage_write_api.cpp41 auto mapped_file = new MutableMappedStorageFile(); in map_mutable_storage_file() local
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dmapped_file.rs35 let mapped_file = Mmap::map(&file).map_err(|errmsg| { in map_file() localVariable
Dlib.rs42 pub mod mapped_file; module
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp85 auto mapped_file = new MappedStorageFile(); in map_storage_file() local