Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files_manager.rs91 default_package_map: &Path, in add_storage_files_from_container()
107 default_package_map, in add_storage_files_from_container()
124 default_package_map: &Path, in update_container_storage_files()
143 default_package_map, in update_container_storage_files()
182 default_package_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()
195 default_package_map, in add_or_update_container_storage_files()
207 default_package_map, in add_or_update_container_storage_files()
245 &record.default_package_map, in reset_all_storage()
370 entry.set_package_map(record.default_package_map.display().to_string()); in write_persist_storage_records_to_file()
[all …]
Daconfigd.rs120 let default_package_map = aconfig_dir.join("package.map"); in initialize_platform_storage() localVariable
125 if !default_package_map.exists() in initialize_platform_storage()
148 &default_package_map, in initialize_platform_storage()
208 let default_package_map = etc_dir.join("package.map"); in initialize_mainline_storage() localVariable
213 if !default_package_map.exists() in initialize_mainline_storage()
234 &default_package_map, in initialize_mainline_storage()
1133 let default_package_map = aconfig_dir.join("package.map"); in test_initialize_platform_storage_fresh_install() localVariable
1148 assert!(has_same_content(&persist_package_map, &default_package_map)); in test_initialize_platform_storage_fresh_install()
1159 entry.set_package_map(default_package_map.display().to_string()); in test_initialize_platform_storage_fresh_install()
1165 default_package_map.as_path(), in test_initialize_platform_storage_fresh_install()
Dstorage_files.rs45 pub default_package_map: PathBuf, // default package map file field
147 default_package_map: package_map.to_path_buf(), in from_container()
199 default_package_map: PathBuf::from(pb.package_map()), in from_pb()
1119 default_package_map: container.package_map.clone(), in test_create_storage_file_from_container()
1208 default_package_map: container.package_map.clone(), in test_create_storage_file_from_pb()