Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp406 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local
415 llvm::SmallString<64> current_path; in GetLastPathComponent() local
422 llvm::SmallString<64> current_path; in PrependPathComponent() local
435 llvm::SmallString<64> current_path; in AppendPathComponent() local
446 llvm::SmallString<64> current_path; in RemoveLastPathComponent() local
479 llvm::SmallString<64> current_path; in IsAbsolute() local
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Doperations.h91 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
92 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
93 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
94 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { __curr… in current_path() function