Searched refs:expanded_path (Results 1 – 2 of 2) sorted by relevance
82 std::string expanded_path; in SetFileSystemRepresentationAndExpandTilde() local83 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() argument156 expanded_path = globbuf.gl_pathv[0]; in GlobPath()159 expanded_path.clear(); in GlobPath()161 return expanded_path.c_str(); in GlobPath()
40 static const char *GlobPath(const char *path, std::string &expanded_path);