Home
last modified time | relevance | path

Searched defs:persist_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/
Dnamedtempfile.rs43 let persist_path = env::temp_dir().join("persisted_temporary_file"); in test_persist() localVariable
73 let persist_path = persist_target.path().to_path_buf(); in test_persist_noclobber() localVariable
175 let persist_path = env::temp_dir().join("persisted_temppath_file"); in test_temppath_persist() localVariable
204 let persist_path = persist_target.path().to_path_buf(); in test_temppath_persist_noclobber() localVariable
/aosp_15_r20/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp27 const char *persist_path, const char *serial_path) in CycleCountBackupRestore()