Searched refs:utf8_path (Results 1 – 2 of 2) sorted by relevance
274 const std::string& utf8_path) { in getAbsoluteWebStringFromUTF8Path() argument275 base::FilePath path = base::FilePath::FromUTF8Unsafe(utf8_path); in getAbsoluteWebStringFromUTF8Path()280 net::FileURLToFilePath(base_url.Resolve(utf8_path), &path); in getAbsoluteWebStringFromUTF8Path()312 std::string utf8_path = WideToUTF8(replace_path.value()); in rewriteLayoutTestsURL() local314 std::string utf8_path = in rewriteLayoutTestsURL() local318 std::string("file://") + utf8_path + utf8_url.substr(kPrefixLen); in rewriteLayoutTestsURL()
67 const std::string& utf8_path);