Home
last modified time | relevance | path

Searched defs:old_path (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c22 char *old_path; in main() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp80 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPath() local
/external/rust/crates/nix/test/
Dtest_fcntl.rs52 let old_path = old_dir.path().join("old"); in test_renameat() localVariable
/external/ltp/lib/
Dtst_test.c1065 char *old_path = getenv("PATH"); in add_paths() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp419 char old_path[PATH_MAX]; in DoExecute() local
DCommandObjectTarget.cpp1172 ConstString old_path, new_path; in HandleArgumentCompletion() local
/external/llvm-project/lldb/source/Core/
DModule.cpp1441 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2632 def link(self, old_path, new_path, follow_symlinks=True): argument