Searched defs:old_path (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Tools/scripts/ |
D | update_file.py | 13 def main(old_path, new_path): argument
|
/third_party/rust/crates/nix/test/ |
D | test_fcntl.rs | 66 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/ |
D | mongo_slinks.c | 22 char *old_path; in main() local
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 2355 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/ |
D | uvwasi.c | 1829 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/ |
D | tst_test.c | 1437 char *old_path = getenv("PATH"); in add_paths() local
|
/third_party/nghttp2/src/ |
D | shrpx_http3_upstream.cc | 507 const ngtcp2_path *old_path, in path_validation()
|
/third_party/node/src/ |
D | node_file.cc | 1376 BufferValue old_path(isolate, args[0]); in Rename() local
|