Searched refs:old_path (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/share/zoneinfo/tests/ |
| H A D | zoneinfo_common.sh | 46 old_path=$ZONEINFO_DIR/$src 50 atf_check test -f $old_path 52 atf_check cmp $old_path $new_path
|
| /freebsd-13.1/contrib/capsicum-test/ |
| H A D | capsicum-test-main.cc | 89 char *new_path, *old_path; in AddDirectoryToPath() local 91 old_path = getenv("PATH"); in AddDirectoryToPath() 92 assert(old_path); in AddDirectoryToPath() 94 assert(asprintf(&new_path, "%s:%s", dir, old_path) > 0); in AddDirectoryToPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 432 char old_path[PATH_MAX]; in DoExecute() local 434 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute() 438 "Executable module changed from \"%s\" to \"%s\".\n", old_path, in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1143 ConstString old_path, new_path; in HandleArgumentCompletion() local 1145 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion() 1148 strm << old_path << " -> " << new_path; in HandleArgumentCompletion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1427 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local 1428 if (llvm::StringRef(old_path).startswith(new_path)) { in SetSymbolFileFileSpec()
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_xpt.c | 524 struct cam_path *old_path; in xptdoioctl() local 540 old_path = inccb->ccb_h.path; in xptdoioctl() 559 inccb->ccb_h.path = old_path; in xptdoioctl() 573 inccb->ccb_h.path = old_path; in xptdoioctl()
|