Home
last modified time | relevance | path

Searched refs:FromUTF8Unsafe (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path.h376 static FilePath FromUTF8Unsafe(StringPiece utf8);
Dfile_path.cc615 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) { in FromUTF8Unsafe() function in base::FilePath
652 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) { in FromUTF8Unsafe() function in base::FilePath
Dfile_path_unittest.cc1143 FilePath from_utf8 = FilePath::FromUTF8Unsafe(cases[i].utf8); in TEST_F()