Home
last modified time | relevance | path

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

/freebsd-12.1/share/zoneinfo/tests/
H A Dzoneinfo_common.sh46 old_path=$ZONEINFO_DIR/$src
50 atf_check test -f $old_path
52 atf_check cmp $old_path $new_path
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp519 char old_path[PATH_MAX]; in DoExecute() local
521 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()
525 "Executable module changed from \"%s\" to \"%s\".\n", old_path, in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1453 std::string old_path(obj_file->GetFileSpec().GetPath()); in SetSymbolFileFileSpec() local
1454 if (old_path.find(new_path) == 0) { in SetSymbolFileFileSpec()
/freebsd-12.1/sys/cam/
H A Dcam_xpt.c536 struct cam_path *old_path; in xptdoioctl() local
552 old_path = inccb->ccb_h.path; in xptdoioctl()
571 inccb->ccb_h.path = old_path; in xptdoioctl()
585 inccb->ccb_h.path = old_path; in xptdoioctl()