Searched refs:expanded_path (Results 1 – 5 of 5) 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);
732 char *expanded_path; local744 expanded_path = expand_path (prog, "modules", 0);745 if (expanded_path != NULL)747 run_setup (expanded_path);764 free (expanded_path);