Searched defs:persist_path (Results 1 – 2 of 2) sorted by relevance
43 let persist_path = env::temp_dir().join("persisted_temporary_file"); in test_persist() localVariable73 let persist_path = persist_target.path().to_path_buf(); in test_persist_noclobber() localVariable175 let persist_path = env::temp_dir().join("persisted_temppath_file"); in test_temppath_persist() localVariable204 let persist_path = persist_target.path().to_path_buf(); in test_temppath_persist_noclobber() localVariable
27 const char *persist_path, const char *serial_path) in CycleCountBackupRestore()