Home
last modified time | relevance | path

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

/external/rust/crates/tempfile/tests/
Dnamedtempfile.rs36 let old_path = tmpfile.path().to_path_buf(); in test_persist() localVariable
65 let old_path = tmpfile.path().to_path_buf(); in test_persist_noclobber() localVariable
168 let old_path = tmppath.to_path_buf(); in test_temppath_persist() localVariable
196 let old_path = tmppath.to_path_buf(); in test_temppath_persist_noclobber() localVariable
/external/rust/crates/nix/test/
Dtest_fcntl.rs66 let old_path = old_dir.path().join("old"); in test_renameat() localVariable
96 let old_path = old_dir.path().join("old"); in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
140 let old_path = old_dir.path().join("old"); in test_renameat2_exchange() localVariable
188 let old_path = old_dir.path().join("old"); in test_renameat2_noreplace() localVariable
/external/python/cpython3/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c22 char *old_path; in main() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/objdump/
Dobjdump.cpp80 std::filesystem::path old_path(filepath); in OutputSourceFiles() local
/external/zucchini/
Dzucchini_integration.cc179 status::Code Generate(const base::FilePath& old_path, in Generate()
209 status::Code Apply(const base::FilePath& old_path, in Apply()
Dintegration_test.cc35 base::FilePath old_path = MakeTestPath(old_filename); in TestGenApply() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp88 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPathWithAutoMerge() local
/external/rust/crates/tempfile/src/file/imp/
Dunix.rs128 let old_path = cstr(old_path)?; in persist() localVariable
/external/angle/src/tests/restricted_traces/
Dretrace_restricted_traces.py123 def copy_trace_folder(old_path, new_path): argument
/external/cronet/net/disk_cache/simple/
Dsimple_file_tracker_unittest.cc347 base::FilePath old_path = names[1]; in TEST_F() local
/external/cronet/components/nacl/browser/
Dnacl_process_host.cc498 std::string old_path; in LaunchSelLdr() local
/external/AFLplusplus/src/
Dafl-fuzz-init.c1225 static void link_or_copy(u8 *old_path, u8 *new_path) {
/external/ltp/lib/
Dtst_test.c1421 char *old_path = getenv("PATH"); in add_paths() local
/external/rust/crates/quiche/src/
Dlib.rs7219 let old_path = self.paths.get_mut(in_scid_pid)?; in get_or_create_recv_path_id() localVariable