Home
last modified time | relevance | path

Searched refs:UTF8ToFilePath (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dvalue_conversions.cc27 FilePath UTF8ToFilePath(const std::string& str) { in UTF8ToFilePath() function
48 *file_path = UTF8ToFilePath(str); in GetValueAsFilePath()
/external/chromium_org/tools/gn/
Dsource_file.cc57 return base::FilePath(UTF8ToFilePath(converted)); in Resolve()
62 return source_root.Append(UTF8ToFilePath(converted)); in Resolve()
Dgenerate_test_gn_data.cc19 base::FilePath UTF8ToFilePath(const std::string& s) { in UTF8ToFilePath() function
38 ret = ret.Append(UTF8ToFilePath(base::IntToString(repo_path[i]))); in RepoPathToPathName()
Dsource_dir.cc134 return base::FilePath(UTF8ToFilePath(converted)); in Resolve()
140 return source_root.Append(UTF8ToFilePath(converted)); in Resolve()
Dfilesystem_utils.h47 base::FilePath UTF8ToFilePath(const base::StringPiece& sp);
Dfilesystem_utils.cc206 base::FilePath UTF8ToFilePath(const base::StringPiece& sp) { in UTF8ToFilePath() function