Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_write_api/include/aconfig_storage/
Daconfig_storage_write_api.hpp13 struct MutableMappedStorageFile : MappedStorageFile {}; struct
16 android::base::Result<MutableMappedStorageFile*> map_mutable_storage_file(
21 const MutableMappedStorageFile& file,
27 const MutableMappedStorageFile& file,
34 const MutableMappedStorageFile& file,
/build/make/tools/aconfig/aconfig_storage_write_api/
Daconfig_storage_write_api.cpp16 android::base::Result<MutableMappedStorageFile*> map_mutable_storage_file( in map_mutable_storage_file()
40 auto mapped_file = new MutableMappedStorageFile(); in map_mutable_storage_file()
49 const MutableMappedStorageFile& file, in set_boolean_flag_value()
63 const MutableMappedStorageFile& file, in set_flag_has_server_override()
79 const MutableMappedStorageFile& file, in set_flag_has_local_override()
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.cpp79 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()
94 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()
105 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()
130 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()