Searched refs:old_path (Results 1 – 5 of 5) sorted by relevance
45 old_path=$ZONEINFO_DIR/$src49 atf_check test -f $old_path51 atf_check cmp $old_path $new_path
77 char *new_path, *old_path; in AddDirectoryToPath() local79 old_path = getenv("PATH"); in AddDirectoryToPath()80 assert(old_path); in AddDirectoryToPath()82 assert(asprintf(&new_path, "%s:%s", dir, old_path) > 0); in AddDirectoryToPath()
1359 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local1360 if (llvm::StringRef(old_path).starts_with(new_path)) { in SetSymbolFileFileSpec()
528 struct cam_path *old_path; in xptdoioctl() local544 old_path = inccb->ccb_h.path; in xptdoioctl()563 inccb->ccb_h.path = old_path; in xptdoioctl()577 inccb->ccb_h.path = old_path; in xptdoioctl()
1143 ConstString old_path, new_path; in HandleArgumentCompletion() local1145 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()1148 strm << old_path << " -> " << new_path; in HandleArgumentCompletion()