Searched refs:expanded_path (Results 1 – 4 of 4) sorted by relevance
70 std::string expanded_path; in SetFileSystemRepresentationAndExpandTilde() local71 if (CFCString::ExpandTildeInPath(path, expanded_path)) in SetFileSystemRepresentationAndExpandTilde()72 SetFileSystemRepresentation(expanded_path.c_str()); in SetFileSystemRepresentationAndExpandTilde()109 std::string &expanded_path) { in ExpandTildeInPath() argument112 expanded_path = globbuf.gl_pathv[0]; in ExpandTildeInPath()115 expanded_path.clear(); in ExpandTildeInPath()117 return expanded_path.c_str(); in ExpandTildeInPath()
35 std::string &expanded_path);
73 std::string expanded_path; in SetFileSystemRepresentationAndExpandTilde() local74 if (CFString::GlobPath(path, expanded_path)) in SetFileSystemRepresentationAndExpandTilde()75 SetFileSystemRepresentation(expanded_path.c_str()); in SetFileSystemRepresentationAndExpandTilde()145 const char *CFString::GlobPath(const char *path, std::string &expanded_path) { in GlobPath() argument148 expanded_path = globbuf.gl_pathv[0]; in GlobPath()151 expanded_path.clear(); in GlobPath()153 return expanded_path.c_str(); in GlobPath()
37 static const char *GlobPath(const char *path, std::string &expanded_path);