Home
last modified time | relevance | path

Searched refs:old_path (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBenchmark.py77 def compare(old_path: str, new_path: str, plot_file: str):
82 old = _load(old_path)
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcommit.c1633 char *old_path; local
1755 old_path = xstrdup (finfo->rcs->path);
1760 cvs_output (old_path, 0);
1768 free (old_path);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp452 char old_path[PATH_MAX]; in DoExecute() local
454 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()
458 "Executable module changed from \"%s\" to \"%s\".\n", old_path, in DoExecute()
H A DCommandObjectTarget.cpp1150 ConstString old_path, new_path; in HandleArgumentCompletion() local
1152 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()
1155 strm << old_path << " -> " << new_path; in HandleArgumentCompletion()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c846 char * old_path; in FDECL3() local
859 old_path = path; in FDECL3()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1422 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local
1423 if (llvm::StringRef(old_path).startswith(new_path)) { in SetSymbolFileFileSpec()