Searched refs:FromUTF8Unsafe (Results 1 – 3 of 3) sorted by relevance
375 static FilePath FromUTF8Unsafe(const std::string& utf8);
613 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { in FromUTF8Unsafe() function in base::FilePath650 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { in FromUTF8Unsafe() function in base::FilePath
1143 FilePath from_utf8 = FilePath::FromUTF8Unsafe(cases[i].utf8); in TEST_F()