Home
last modified time | relevance | path

Searched refs:expanded_path (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFString.cpp82 std::string expanded_path; in SetFileSystemRepresentationAndExpandTilde() local
83 if (CFString::GlobPath(path, expanded_path)) in SetFileSystemRepresentationAndExpandTilde()
84 SetFileSystemRepresentation(expanded_path.c_str()); in SetFileSystemRepresentationAndExpandTilde()
153 const char *CFString::GlobPath(const char *path, std::string &expanded_path) { in GlobPath() argument
156 expanded_path = globbuf.gl_pathv[0]; in GlobPath()
159 expanded_path.clear(); in GlobPath()
161 return expanded_path.c_str(); in GlobPath()
H A DCFString.h40 static const char *GlobPath(const char *path, std::string &expanded_path);