Searched defs:current_path (Results 1 – 3 of 3) sorted by relevance
425 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local 435 llvm::SmallString<64> current_path; in PrependPathComponent() local 448 llvm::SmallString<64> current_path; in AppendPathComponent() local 459 llvm::SmallString<64> current_path; RemoveLastPathComponent() local [all...]
357 fs::current_path(void) in current_path() function in fs405 const optional< std::string > current_path = utils::getenv("PATH"); in find_in_path() local
137 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function138 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function139 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function