Home
last modified time | relevance | path

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

/external/rust/crates/tempfile/tests/
Dnamedtempfile.rs36 let persist_path = env::temp_dir().join("persisted_temporary_file"); in test_persist() localVariable
66 let persist_path = persist_target.path().to_path_buf(); in test_persist_noclobber() localVariable
168 let persist_path = env::temp_dir().join("persisted_temppath_file"); in test_temppath_persist() localVariable
197 let persist_path = persist_target.path().to_path_buf(); in test_temppath_persist_noclobber() localVariable