Searched refs:persist_package_map (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ConfigInfrastructure/aconfigd/src/ |
D | storage_files.rs | 49 pub persist_package_map: PathBuf, // persist package.map file field 151 persist_package_map: root_dir.join("maps").join(container.to_string() + ".package.map"), in from_container() 164 copy_file(package_map, &record.persist_package_map, 0o444)?; in from_container() 203 persist_package_map: root_dir in from_pb() 252 Some(Self::get_immutable_file_mapping(&self.storage_record.persist_package_map)?) in get_package_map() 738 &self.storage_record.persist_package_map.display().to_string(), in get_all_server_overrides() 849 remove_file(&self.storage_record.persist_package_map)?; in remove_persist_files() 899 &self.storage_record.persist_package_map.display().to_string(), in list_flags_in_package() 931 &self.storage_record.persist_package_map.display().to_string(), in list_flags_in_package() 957 &self.storage_record.persist_package_map.display().to_string(), in list_flags_in_package() [all …]
|
D | storage_files_manager.rs | 491 let persist_package_map = root_dir.maps_dir.join("mockup.package.map"); in test_add_storage_files_from_pb() localVariable 495 copy_file(&container.package_map, &persist_package_map, 0o444).unwrap(); in test_add_storage_files_from_pb() 555 persist_package_map: root_dir.maps_dir.join("mockup.package.map"), in test_add_storage_files_from_container() 590 &storage_files.storage_record.persist_package_map in test_add_storage_files_from_container() 643 &storage_files.storage_record.persist_package_map in test_simple_update_container_storage_files()
|
D | aconfigd.rs | 550 let persist_package_map = root_dir.maps_dir.join("mockup.package.map"); in test_new_storage_request() localVariable 551 assert!(persist_package_map.exists()); in test_new_storage_request() 552 assert!(has_same_content(&container.package_map, &persist_package_map)); in test_new_storage_request() 1138 let persist_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()
|