Searched refs:UTF8ToFilePath (Results 1 – 6 of 6) sorted by relevance
27 FilePath UTF8ToFilePath(const std::string& str) { in UTF8ToFilePath() function48 *file_path = UTF8ToFilePath(str); in GetValueAsFilePath()
57 return base::FilePath(UTF8ToFilePath(converted)); in Resolve()62 return source_root.Append(UTF8ToFilePath(converted)); in Resolve()
19 base::FilePath UTF8ToFilePath(const std::string& s) { in UTF8ToFilePath() function38 ret = ret.Append(UTF8ToFilePath(base::IntToString(repo_path[i]))); in RepoPathToPathName()
134 return base::FilePath(UTF8ToFilePath(converted)); in Resolve()140 return source_root.Append(UTF8ToFilePath(converted)); in Resolve()
47 base::FilePath UTF8ToFilePath(const base::StringPiece& sp);
206 base::FilePath UTF8ToFilePath(const base::StringPiece& sp) { in UTF8ToFilePath() function