Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp425 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local
434 llvm::SmallString<64> current_path; in GetLastPathComponent() local
441 llvm::SmallString<64> current_path; in PrependPathComponent() local
454 llvm::SmallString<64> current_path; in AppendPathComponent() local
465 llvm::SmallString<64> current_path; in RemoveLastPathComponent() local
/openbsd/gnu/llvm/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