| /third_party/ffmpeg/compat/ |
| D | w32dlfcn.h | 33 wchar_t *path = NULL, *new_path; in get_module_filename() local 73 wchar_t *path = NULL, *new_path; in win32_dlopen() local
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_util.cpp | 273 path new_path = contents; in operator +() local 278 path new_path = contents; in operator +() local 283 path new_path(contents); in operator +() local 289 path new_path = contents; in operator /() local 294 path new_path = contents; in operator /() local 299 path new_path(contents); in operator /() local
|
| /third_party/ltp/testcases/kernel/fs/mongo/ |
| D | mongo_slinks.c | 23 char *new_path; in main() local
|
| /third_party/gn/src/base/files/ |
| D | file_path.cc | 301 FilePath new_path(path_); in DirName() local 336 FilePath new_path(path_); in BaseName() local 478 FilePath new_path(path_); in Append() local 535 FilePath new_path(path_); in StripTrailingSeparators() local
|
| D | file_util.cc | 232 FilePath new_path; in GetUniquePathNumber() local
|
| /third_party/spirv-tools/tools/objdump/ |
| D | objdump.cpp | 81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
|
| /third_party/vulkan-loader/tests/framework/shim/ |
| D | shim_common.cpp | 186 void PlatformShim::redirect_path(fs::path const& path, fs::path const& new_path) { redirection_map[… 201 void PlatformShim::redirect_category(fs::path const& new_path, ManifestCategory category) {
|
| /third_party/rust/crates/nix/test/ |
| D | test_fcntl.rs | 148 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/ |
| D | finder.rs | 41 let mut new_path = PathBuf::from(cwd.as_ref()); in to_absolute() localVariable
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/utils/ |
| D | file_utils.cc | 246 std::string new_path = FileUtils::UTF_8ToGB2312(path); in GetRealPath() local
|
| /third_party/cJSON/ |
| D | cJSON_Utils.c | 1192 …unsigned char *new_path = (unsigned char*)cJSON_malloc(strlen((const char*)path) + 20 + sizeof("/"… in create_patches() local 1263 …unsigned char *new_path = (unsigned char*)cJSON_malloc(path_length + from_child_name_length + size… in create_patches() local
|
| /third_party/libuv/src/win/ |
| D | fs.c | 288 const char* new_path, const int copy_path) { in fs__capture_path() 2361 const WCHAR* new_path) { in fs__create_junction() 3106 const char* new_path, uv_fs_cb cb) { in uv_fs_link() 3121 const char* new_path, int flags, uv_fs_cb cb) { in uv_fs_symlink() 3245 const char* new_path, uv_fs_cb cb) { in uv_fs_rename() 3285 const char* new_path, in uv_fs_copyfile()
|
| /third_party/libuv/src/unix/ |
| D | fs.c | 1837 const char* new_path, in uv_fs_link() 2009 const char* new_path, in uv_fs_rename() 2056 const char* new_path, in uv_fs_symlink() 2163 const char* new_path, in uv_fs_copyfile()
|
| /third_party/libwebsockets/lib/roles/http/client/ |
| D | client-http.c | 599 char new_path[300]; in lws_client_interpret_server_handshake() local
|
| /third_party/ntfs-3g/src/ |
| D | ntfs-3g.c | 2356 static int ntfs_fuse_link(const char *old_path, const char *new_path) in ntfs_fuse_link() 2589 const char *new_path, in ntfs_fuse_safe_rename() 2636 static int ntfs_fuse_rename_existing_dest(const char *old_path, const char *new_path) in ntfs_fuse_rename_existing_dest() 2680 static int ntfs_fuse_rename(const char *old_path, const char *new_path) in ntfs_fuse_rename()
|
| /third_party/libinput/tools/ |
| D | shared.c | 626 char new_path[PATH_MAX]; in setup_path() local
|
| /third_party/vulkan-loader/tests/ |
| D | loader_alloc_callback_tests.cpp | 437 …fs::path new_path = env.get_folder(ManifestLocation::implicit_layer).write_manifest(file_name, inv… in TEST() local 748 fs::path new_path = env.get_folder(ManifestLocation::explicit_layer) in TEST() local
|
| D | loader_regression_tests.cpp | 4184 …fs::path new_path = env.get_folder(ManifestLocation::driver).write_manifest(file_name, invalid_jso… in TEST() local 4208 …fs::path new_path = env.get_folder(ManifestLocation::implicit_layer).write_manifest(file_name, inv… in TEST() local
|
| /third_party/mesa3d/src/util/ |
| D | disk_cache_os.c | 153 char *new_path; in concatenate_and_mkdir() local
|
| /third_party/curl/lib/ |
| D | cookie.c | 297 char *new_path = strdup(cookie_path); in sanitize_cookie_path() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
| D | iwslt_op.cc | 417 std::string new_path; in GenerateNewFile() local
|
| /third_party/flatbuffers/src/ |
| D | bfbs_gen_nim.cpp | 592 std::string new_path; in GetRelativePathFromNamespace() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_nir_passes.c | 1014 nir_deref_instr *new_path = nir_build_deref_var(b, var_state->subvars[subvar].var); in split_multistream_varying_stores() local
|
| /third_party/ltp/lib/ |
| D | tst_test.c | 1439 char *new_path; in add_paths() local
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| D | scsimain.c | 1701 char new_path[NAME_LEN_MAX * 2]; in hbtl_scan() local
|