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

/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } function
249 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) { argument
268 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) { argument
/freebsd-current/contrib/kyua/utils/fs/
H A Doperations.cpp357 fs::current_path(void) function in class:fs
405 const optional< std::string > current_path = utils::getenv("PATH"); local
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp425 llvm::SmallString<64> current_path; local
435 llvm::SmallString<64> current_path; local
448 llvm::SmallString<64> current_path; local
459 llvm::SmallString<64> current_path; local
[all...]

Completed in 120 milliseconds