Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/third_party/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
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c22 char *old_path; in main() local
/third_party/ntfs-3g/src/
Dntfs-3g.c2355 static int ntfs_fuse_link(const char *old_path, const char *new_path) in ntfs_fuse_link()
2587 static int ntfs_fuse_safe_rename(const char *old_path, in ntfs_fuse_safe_rename()
2635 static int ntfs_fuse_rename_existing_dest(const char *old_path, const char *new_path) in ntfs_fuse_rename_existing_dest()
2679 static int ntfs_fuse_rename(const char *old_path, const char *new_path) in ntfs_fuse_rename()
/third_party/node/deps/uvwasi/src/
Duvwasi.c1829 const char* old_path, in uvwasi_path_link()
2202 const char* old_path, in uvwasi_path_rename()
2304 const char* old_path, in uvwasi_path_symlink()
/third_party/ltp/lib/
Dtst_test.c1437 char *old_path = getenv("PATH"); in add_paths() local
/third_party/nghttp2/src/
Dshrpx_http3_upstream.cc507 const ngtcp2_path *old_path, in path_validation()
/third_party/node/src/
Dnode_file.cc1376 BufferValue old_path(isolate, args[0]); in Rename() local