Searched refs:source_path (Results 1 – 8 of 8) sorted by relevance
/freebsd/tools/build/ |
H A D | Makefile | 388 source_path=`which ${_tool} || echo /dev/null/no/such`; \ 389 if [ ! -e "$${source_path}" ] ; then \ 393 ${_COPY_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}" 396 @source_path="${_tool:S/:/ /:[1]}"; \ 398 if [ ! -e "$${source_path}" ] ; then \ 399 echo "Host tool '$${source_path}' is missing"; false; \ 402 ${_COPY_HOST_TOOL} "$${source_path}" "$${target_path}" 410 source_path=`which ${_tool} || echo /dev/null/no/such`; \ 411 if [ ! -e "$${source_path}" ] ; then \ 415 ${_WRAP_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
|
/freebsd/contrib/kyua/examples/ |
H A D | syntax_test.cpp | 130 const fs::path source_path = example_file("Kyuafile.top"); in ATF_TEST_CASE_BODY() local 131 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); in ATF_TEST_CASE_BODY() 157 const fs::path source_path = example_file("Kyuafile.top"); in ATF_TEST_CASE_BODY() local 158 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); in ATF_TEST_CASE_BODY()
|
/freebsd/bin/mv/ |
H A D | mv.c | 436 preserve_fd_acls(int source_fd, int dest_fd, const char *source_path, in preserve_fd_acls() argument 449 source_path); in preserve_fd_acls() 459 source_path); in preserve_fd_acls() 468 warn("failed to get acl entries for %s", source_path); in preserve_fd_acls() 472 warn("acl_is_trivial() failed for %s", source_path); in preserve_fd_acls()
|
/freebsd/contrib/dialog/samples/install/ |
H A D | setup.c | 201 extract_packages(const char *source_path) in extract_packages() argument 211 "2>>var/installed/packages/ERROR; done", source_path)) in extract_packages()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1628 ValueObjectSP source_path; in DoGuessValueAt() local 1633 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler, in DoGuessValueAt() 1643 source_path = in DoGuessValueAt() 1646 if (!source_path) { in DoGuessValueAt() 1649 source_path = in DoGuessValueAt() 1650 GetValueForDereferincingOffset(frame, source_path, offset); in DoGuessValueAt() 1653 if (source_path) { in DoGuessValueAt() 1654 return source_path; in DoGuessValueAt()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 919 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary() local 922 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 923 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 925 build_path.GetPath(), source_path.GetPath(), true); in GetModuleSpecInfoFromUUIDDictionary()
|
/freebsd/ |
H A D | Makefile.inc1 | 2768 source_path=`which ${_tool}`; \ 2769 if [ ! -e "$${source_path}" ] ; then \ 2772 cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"
|