Home
last modified time | relevance | path

Searched defs:current_path (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp432 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local
442 llvm::SmallString<64> current_path; in PrependPathComponent() local
455 llvm::SmallString<64> current_path; in AppendPathComponent() local
466 llvm::SmallString<64> current_path; in RemoveLastPathComponent() local
/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp357 fs::current_path(void) in current_path() function in fs
405 const optional< std::string > current_path = utils::getenv("PATH"); in find_in_path() local
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h140 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
142 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
143 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function