Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/include/aconfig_storage/
H A 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,
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/
H A Daconfig_storage_write_api.cpp17 android::base::Result<MutableMappedStorageFile *> map_mutable_storage_file( in map_mutable_storage_file()
41 auto mapped_file = new MutableMappedStorageFile(); in map_mutable_storage_file()
50 const MutableMappedStorageFile &file, in set_boolean_flag_value()
67 const MutableMappedStorageFile &file, in set_flag_has_server_override()
86 const MutableMappedStorageFile &file, in set_flag_has_local_override()
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.h214 base::Result<const aconfig_storage::MutableMappedStorageFile*> GetPersistFlagVal();
217 base::Result<const aconfig_storage::MutableMappedStorageFile*> GetPersistFlagInfo();
249 std::unique_ptr<aconfig_storage::MutableMappedStorageFile> persist_flag_val_;
252 std::unique_ptr<aconfig_storage::MutableMappedStorageFile> persist_flag_info_;
H A Dstorage_files.cpp246 base::Result<const MutableMappedStorageFile*> StorageFiles::GetPersistFlagVal() { in GetPersistFlagVal()
259 base::Result<const MutableMappedStorageFile*> StorageFiles::GetPersistFlagInfo() { in GetPersistFlagInfo()
299 auto flag_value = std::unique_ptr<MutableMappedStorageFile>(*flag_value_result); in ApplyLocalOverrideToBootFlagValue()
/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()
114 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()
125 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()
178 auto mapped_file = std::unique_ptr<api::MutableMappedStorageFile>(*mapped_file_result); in TEST_F()