Searched defs:persist_flag_map (Results 1 – 4 of 4) sorted by relevance
475 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_new_storage_request() localVariable1062 let persist_flag_map = root_dir.maps_dir.join(container.to_string() + ".flag.map"); in test_initialize_platform_storage_fresh_install() localVariable
46 pub persist_flag_map: PathBuf, // persist flag.map file field1127 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_create_storage_file_from_pb() localVariable
447 let persist_flag_map = root_dir.maps_dir.join("mockup.flag.map"); in test_add_storage_files_from_pb() localVariable
39 std::string persist_flag_map; // persist flag.map (backup copy for OTA) member