Home
last modified time | relevance | path

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

/freebsd-src/share/zoneinfo/tests/
H A Dzoneinfo_common.sh45 old_path=$ZONEINFO_DIR/$src
49 atf_check test -f $old_path
51 atf_check cmp $old_path $new_path
/freebsd-src/contrib/capsicum-test/
H A Dcapsicum-test-main.cc89 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-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp383 char old_path[PATH_MAX]; in DoExecute()
385 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()
389 "Executable module changed from \"%s\" to \"%s\".\n", old_path, in DoExecute()
403 char old_path[PATH_MAX]; DoExecute() local
H A DCommandObjectTarget.cpp1139 ConstString old_path, new_path; in CommandObjectTargetModulesSearchPathsInsert()
1141 if (!list.GetPathsAtIndex(i, old_path, new_path)) in CommandObjectTargetModulesSearchPathsInsert()
1144 strm << old_path << " -> " << new_path; in CommandObjectTargetModulesSearchPathsInsert()
1170 ConstString old_path, new_path; HandleArgumentCompletion() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1370 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec()
1371 if (llvm::StringRef(old_path).starts_with(new_path)) { in SetSymbolFileFileSpec()
1373 std::string old_path(obj_file->GetFileSpec().GetPath()); SetSymbolFileFileSpec() local
/freebsd-src/sys/cam/
H A Dcam_xpt.c519 struct cam_path *old_path; in xptdoioctl() local
535 old_path = inccb->ccb_h.path; in xptdoioctl()
554 inccb->ccb_h.path = old_path; in xptdoioctl()
568 inccb->ccb_h.path = old_path; in xptdoioctl()