Home
last modified time | relevance | path

Searched defs:persist_flag_map (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Daconfigd.rs475 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_new_storage_request() localVariable
1062 let persist_flag_map = root_dir.maps_dir.join(container.to_string() + ".flag.map"); in test_initialize_platform_storage_fresh_install() localVariable
Dstorage_files.rs46 pub persist_flag_map: PathBuf, // persist flag.map file field
1127 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_create_storage_file_from_pb() localVariable
Dstorage_files_manager.rs447 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_add_storage_files_from_pb() localVariable
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.h39 std::string persist_flag_map; // persist flag.map (backup copy for OTA) member