Searched refs:MutableMappedStorageFile (Results 1 – 5 of 5) sorted by relevance
13 struct MutableMappedStorageFile : MappedStorageFile {}; struct16 android::base::Result<MutableMappedStorageFile*> map_mutable_storage_file(21 const MutableMappedStorageFile& file,27 const MutableMappedStorageFile& file,34 const MutableMappedStorageFile& file,
17 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()
214 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_;
246 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()
82 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()