Searched defs:current_path (Results 1 – 2 of 2) sorted by relevance
406 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local415 llvm::SmallString<64> current_path; in GetLastPathComponent() local422 llvm::SmallString<64> current_path; in PrependPathComponent() local435 llvm::SmallString<64> current_path; in AppendPathComponent() local446 llvm::SmallString<64> current_path; in RemoveLastPathComponent() local479 llvm::SmallString<64> current_path; in IsAbsolute() local
91 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function92 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function93 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function94 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { __curr… in current_path() function