Searched refs:old_path (Results 1 – 4 of 4) sorted by relevance
77 def compare(old_path: str, new_path: str, plot_file: str):82 old = _load(old_path)
451 char old_path[PATH_MAX]; in DoExecute() local453 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()457 "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()
1440 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local1441 if (llvm::StringRef(old_path).startswith(new_path)) { in SetSymbolFileFileSpec()