Searched refs:default_flag_map (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ConfigInfrastructure/aconfigd/src/ |
D | storage_files_manager.rs | 92 default_flag_map: &Path, in add_storage_files_from_container() 108 default_flag_map, in add_storage_files_from_container() 125 default_flag_map: &Path, in update_container_storage_files() 144 default_flag_map, in update_container_storage_files() 183 default_flag_map: &Path, in add_or_update_container_storage_files() 190 … &[default_package_map, default_flag_map, default_flag_val, default_flag_info][..], in add_or_update_container_storage_files() 196 default_flag_map, in add_or_update_container_storage_files() 208 default_flag_map, in add_or_update_container_storage_files() 246 &record.default_flag_map, in reset_all_storage() 371 entry.set_flag_map(record.default_flag_map.display().to_string()); in write_persist_storage_records_to_file() [all …]
|
D | aconfigd.rs | 121 let default_flag_map = aconfig_dir.join("flag.map"); in initialize_platform_storage() localVariable 126 || !default_flag_map.exists() in initialize_platform_storage() 149 &default_flag_map, in initialize_platform_storage() 209 let default_flag_map = etc_dir.join("flag.map"); in initialize_mainline_storage() localVariable 216 || !default_flag_map.exists() in initialize_mainline_storage() 235 &default_flag_map, in initialize_mainline_storage() 1134 let default_flag_map = aconfig_dir.join("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() 1160 entry.set_flag_map(default_flag_map.display().to_string()); in test_initialize_platform_storage_fresh_install() 1166 default_flag_map.as_path(), in test_initialize_platform_storage_fresh_install()
|
D | storage_files.rs | 46 pub default_flag_map: PathBuf, // default flag map file field 148 default_flag_map: flag_map.to_path_buf(), in from_container() 200 default_flag_map: PathBuf::from(pb.flag_map()), in from_pb() 1120 default_flag_map: container.flag_map.clone(), in test_create_storage_file_from_container() 1209 default_flag_map: container.flag_map.clone(), in test_create_storage_file_from_pb()
|