/external/python/cpython3/Tools/scripts/ |
D | update_file.py | 13 def main(old_path, new_path): argument
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_slinks.c | 23 char *new_path; in main() local
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | shell_util.py | 16 def ScopedChangeDir(new_path): argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/objdump/ |
D | objdump.cpp | 81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
|
/external/libchrome/base/files/ |
D | file_path.cc | 309 FilePath new_path(path_); in DirName() local 345 FilePath new_path(path_); in BaseName() local 500 FilePath new_path(path_); in Append() local 557 FilePath new_path(path_); in StripTrailingSeparators() local
|
D | file_util.cc | 275 FilePath new_path; in GetUniquePathNumber() local
|
/external/toolchain-utils/llvm_tools/patch_sync/src/ |
D | version_control.rs | 220 let new_path = if let Some(captures) = suffix_matcher.captures(ebuild_name) { in rev_bump_llvm() localVariable 225 let new_path = ebuild_dir.join(new_filename); in rev_bump_llvm() localVariable 231 let new_path = ebuild_dir.join(new_filename.as_ref()); in rev_bump_llvm() localVariable
|
/external/cronet/base/files/ |
D | file_path.cc | 317 FilePath new_path(path_); in DirName() local 367 FilePath new_path(path_); in BaseName() local 539 FilePath new_path(path_); in Append() local 605 FilePath new_path(path_); in StripTrailingSeparators() local
|
/external/zucchini/ |
D | zucchini_integration.cc | 180 const base::FilePath& new_path, in Generate() 211 const base::FilePath& new_path, in Apply()
|
D | integration_test.cc | 36 base::FilePath new_path = MakeTestPath(new_filename); in TestGenApply() local
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/ |
D | file_path.cc | 109 FilePath new_path(path_); in Append() local
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 55 const path new_path = StaticEnv::Dir; in TEST_CASE() local
|
/external/cronet/net/base/ |
D | filename_util.cc | 146 std::string new_path; in FileURLToFilePath() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 53 const path new_path = static_env.Dir; in current_path_after_change_test() local
|
/external/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
|
/external/rust/crates/tempfile/src/file/imp/ |
D | unix.rs | 129 let new_path = cstr(new_path)?; in persist() localVariable
|
/external/autotest/site_utils/lxc/ |
D | utils.py | 108 def clone(lxc_path, src_name, new_path, dst_name, snapshot): argument
|
D | container.py | 216 def clone(cls, src, new_name=None, new_path=None, snapshot=False, argument
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 251 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local 300 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local 349 const std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local 424 std::string new_path = GetURIForPath("a_file/a_file"); in TEST_P() local 469 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local 519 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local 600 const std::string new_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local 665 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local 743 const std::string new_path = GetURIForPath("a_file/a_dir"); in TEST_P() local
|
/external/cronet/base/debug/ |
D | stack_trace_win.cc | 204 std::wstring new_path = StringPrintf(L"%ls;%ls", symbols_path, in InitializeSymbols() local
|
/external/rust/crates/which/src/ |
D | finder.rs | 41 let mut new_path = PathBuf::from(cwd.as_ref()); in to_absolute() localVariable
|
/external/ipsec-tools/src/racoon/ |
D | remoteconf.c | 638 vchar_t *new_path; local
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 322 CFX_Path* new_path, in CheckSimpleLinePath() 362 CFX_Path* new_path, in CheckPalindromicPath() 410 CFX_Path* new_path, in GetZeroAreaPath() 848 CFX_Path new_path; in DrawZeroAreaPath() local
|
/external/python/cpython3/Modules/ |
D | getpath.c | 292 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
|
/external/angle/src/tests/restricted_traces/ |
D | retrace_restricted_traces.py | 123 def copy_trace_folder(old_path, new_path): argument
|