Searched refs:old_path (Results 1 – 6 of 6) sorted by relevance
77 def compare(old_path: str, new_path: str, plot_file: str):82 old = _load(old_path)
1633 char *old_path; local1755 old_path = xstrdup (finfo->rcs->path);1760 cvs_output (old_path, 0);1768 free (old_path);
452 char old_path[PATH_MAX]; in DoExecute() local454 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()
1150 ConstString old_path, new_path; in HandleArgumentCompletion() local1152 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()1155 strm << old_path << " -> " << new_path; in HandleArgumentCompletion()
846 char * old_path; in FDECL3() local859 old_path = path; in FDECL3()
1422 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local1423 if (llvm::StringRef(old_path).startswith(new_path)) { in SetSymbolFileFileSpec()