Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp130 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 Dmv.c436 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/tools/build/
H A DMakefile476 source_path=`which ${_tool} || echo /dev/null/no/such`; \
477 if [ ! -e "$${source_path}" ] ; then \
481 ${_COPY_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
484 @source_path="${_tool:S/:/ /:[1]}"; \
486 if [ ! -e "$${source_path}" ] ; then \
487 echo "Host tool '$${source_path}' is missing"; false; \
490 ${_COPY_HOST_TOOL} "$${source_path}" "$${target_path}"
498 source_path=`which ${_tool} || echo /dev/null/no/such`; \
499 if [ ! -e "$${source_path}" ] ; then \
503 ${_WRAP_HOST_TOOL} "$${source_path}" "${DESTDIR}/bin/${_tool}"
/freebsd/contrib/dialog/samples/install/
H A Dsetup.c201 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 DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1774 ValueObjectSP source_path; in DoGuessValueAt() local
1779 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler, in DoGuessValueAt()
1789 source_path = in DoGuessValueAt()
1792 if (!source_path) { in DoGuessValueAt()
1795 source_path = in DoGuessValueAt()
1796 GetValueForDereferincingOffset(frame, source_path, offset); in DoGuessValueAt()
1799 if (source_path) { in DoGuessValueAt()
1800 return source_path; in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp919 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 DMakefile.inc12865 if [ ! -e "$${source_path}" ] ; then \
2868 install -p "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"