Home
last modified time | relevance | path

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

12

/external/python/cpython3/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c23 char *new_path; in main() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dshell_util.py16 def ScopedChangeDir(new_path): argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/objdump/
Dobjdump.cpp81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles() local
/external/libchrome/base/files/
Dfile_path.cc309 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
Dfile_util.cc275 FilePath new_path; in GetUniquePathNumber() local
/external/toolchain-utils/llvm_tools/patch_sync/src/
Dversion_control.rs220 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/
Dfile_path.cc317 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/
Dzucchini_integration.cc180 const base::FilePath& new_path, in Generate()
211 const base::FilePath& new_path, in Apply()
Dintegration_test.cc36 base::FilePath new_path = MakeTestPath(new_filename); in TestGenApply() local
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path.cc109 FilePath new_path(path_); in Append() local
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
Dcurrent_path.pass.cpp55 const path new_path = StaticEnv::Dir; in TEST_CASE() local
/external/cronet/net/base/
Dfilename_util.cc146 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/
Dcurrent_path.pass.cpp53 const path new_path = static_env.Dir; in current_path_after_change_test() local
/external/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
/external/rust/crates/tempfile/src/file/imp/
Dunix.rs129 let new_path = cstr(new_path)?; in persist() localVariable
/external/autotest/site_utils/lxc/
Dutils.py108 def clone(lxc_path, src_name, new_path, dst_name, snapshot): argument
Dcontainer.py216 def clone(cls, src, new_name=None, new_path=None, snapshot=False, argument
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc251 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/
Dstack_trace_win.cc204 std::wstring new_path = StringPrintf(L"%ls;%ls", symbols_path, in InitializeSymbols() local
/external/rust/crates/which/src/
Dfinder.rs41 let mut new_path = PathBuf::from(cwd.as_ref()); in to_absolute() localVariable
/external/ipsec-tools/src/racoon/
Dremoteconf.c638 vchar_t *new_path; local
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp322 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/
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
/external/angle/src/tests/restricted_traces/
Dretrace_restricted_traces.py123 def copy_trace_folder(old_path, new_path): argument

12