Searched refs:persist_flag_map (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ConfigInfrastructure/aconfigd/src/ |
D | storage_files.rs | 50 pub persist_flag_map: PathBuf, // persist flag.map file field 152 persist_flag_map: root_dir.join("maps").join(container.to_string() + ".flag.map"), in from_container() 165 copy_file(flag_map, &record.persist_flag_map, 0o444)?; in from_container() 206 persist_flag_map: root_dir.join("maps").join(pb.container().to_string() + ".flag.map"), in from_pb() 263 Some(Self::get_immutable_file_mapping(&self.storage_record.persist_flag_map)?) in get_flag_map() 739 &self.storage_record.persist_flag_map.display().to_string(), in get_all_server_overrides() 850 remove_file(&self.storage_record.persist_flag_map)?; in remove_persist_files() 900 &self.storage_record.persist_flag_map.display().to_string(), in list_flags_in_package() 932 &self.storage_record.persist_flag_map.display().to_string(), in list_flags_in_package() 958 &self.storage_record.persist_flag_map.display().to_string(), in list_flags_in_package() [all …]
|
D | storage_files_manager.rs | 492 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_add_storage_files_from_pb() localVariable 496 copy_file(&container.flag_map, &persist_flag_map, 0o444).unwrap(); in test_add_storage_files_from_pb() 556 persist_flag_map: root_dir.maps_dir.join("mockup.flag.map"), in test_add_storage_files_from_container() 594 &storage_files.storage_record.persist_flag_map in test_add_storage_files_from_container() 647 &storage_files.storage_record.persist_flag_map in test_simple_update_container_storage_files()
|
D | aconfigd.rs | 553 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_new_storage_request() localVariable 554 assert!(persist_flag_map.exists()); in test_new_storage_request() 555 assert!(has_same_content(&container.flag_map, &persist_flag_map)); in test_new_storage_request() 1140 let persist_flag_map = root_dir.maps_dir.join(container.to_string() + ".flag.map"); in test_initialize_platform_storage_fresh_install() localVariable 1149 assert!(has_same_content(&persist_flag_map, &default_flag_map)); in test_initialize_platform_storage_fresh_install()
|