Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp146 void PlatformShim::redirect_category(fs::path const& new_path, ManifestCategory search_category) {}
163 void PlatformShim::redirect_path(fs::path const& path, fs::path const& new_path) { redirection_map[…
175 void PlatformShim::redirect_category(fs::path const& new_path, ManifestCategory category) {
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp281 path new_path = contents; in operator +() local
286 path new_path = contents; in operator +() local
291 path new_path(contents); in operator +() local
297 path new_path = contents; in operator /() local
302 path new_path = contents; in operator /() local
307 path new_path(contents); in operator /() local
/third_party/gn/src/base/files/
Dfile_path.cc300 FilePath new_path(path_); in DirName() local
335 FilePath new_path(path_); in BaseName() local
477 FilePath new_path(path_); in Append() local
534 FilePath new_path(path_); in StripTrailingSeparators() local
Dfile_util.cc232 FilePath new_path; in GetUniquePathNumber() local
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c23 char *new_path; in main() local
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs148 let new_path = new_dir.path().join("new"); in test_renameat2_exchange() localVariable
193 let new_path = new_dir.path().join("new"); in test_renameat2_noreplace() localVariable
/third_party/rust/crates/which-rs/src/
Dfinder.rs41 let mut new_path = PathBuf::from(cwd.as_ref()); in to_absolute() localVariable
/third_party/cJSON/
DcJSON_Utils.c1175 …unsigned char *new_path = (unsigned char*)cJSON_malloc(strlen((const char*)path) + 20 + sizeof("/"… in create_patches() local
1246 …unsigned char *new_path = (unsigned char*)cJSON_malloc(path_length + from_child_name_length + size… in create_patches() local
/third_party/libuv/src/win/
Dfs.c146 const char* new_path, const int copy_path) { in fs__capture_path()
2380 const WCHAR* new_path) { in fs__create_junction()
3119 const char* new_path, uv_fs_cb cb) { in uv_fs_link()
3134 const char* new_path, int flags, uv_fs_cb cb) { in uv_fs_symlink()
3258 const char* new_path, uv_fs_cb cb) { in uv_fs_rename()
3298 const char* new_path, in uv_fs_copyfile()
/third_party/libuv/src/unix/
Dfs.c1959 const char* new_path, in uv_fs_link()
2114 const char* new_path, in uv_fs_rename()
2155 const char* new_path, in uv_fs_symlink()
2251 const char* new_path, in uv_fs_copyfile()
/third_party/python/Modules/
Dgetpath.c292 wchar_t *new_path = PyMem_RawMalloc((len + 1) * sizeof(wchar_t)); in joinpath2() local
1051 wchar_t new_path[MAXPATHLEN + 1]; in resolve_symlinks() local
Dposixmodule.c1786 wchar_t path_buf[MAX_PATH], *new_path = path_buf; in win32_wchdir() local
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c599 char new_path[300]; in lws_client_interpret_server_handshake() 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()
2588 const char *new_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/libinput/tools/
Dshared.c553 char new_path[PATH_MAX]; in setup_path() local
/third_party/node/deps/uvwasi/src/
Duvwasi.c1756 const char* new_path, in uvwasi_path_link()
2128 const char* new_path, in uvwasi_path_rename()
2230 const char* new_path, in uvwasi_path_symlink()
/third_party/mesa3d/src/util/
Ddisk_cache_os.c153 char *new_path; in concatenate_and_mkdir() local
/third_party/cef/tools/
Dmake_distrib.py224 def normalize_headers(file, new_path=''): argument
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1159 GList *new_path; in _gst_uri_normalize_path() local
2074 GList *new_path; in gst_uri_is_normalized() local
/third_party/ltp/lib/
Dtst_test.c1273 char *new_path; in add_paths() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c1014 nir_deref_instr *new_path = nir_build_deref_var(b, var_state->subvars[subvar].var); in split_multistream_varying_stores() local
/third_party/node/src/
Dnode_file.cc1211 BufferValue new_path(isolate, args[1]); in Rename() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1704 char new_path[NAME_LEN_MAX * 2]; in hbtl_scan() local