Searched refs:FromUTF8Unsafe (Results 1 – 5 of 5) sorted by relevance
73 library_path.emplace(base::FilePath::FromUTF8Unsafe(utf8_path)); in CoreLibraryInitializer()80 library_path = base::FilePath::FromUTF8Unsafe(library_path_value); in CoreLibraryInitializer()
382 static FilePath FromUTF8Unsafe(StringPiece utf8);
610 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) { in FromUTF8Unsafe() function in base::FilePath651 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) { in FromUTF8Unsafe() function in base::FilePath
51 const FilePath path = FilePath::FromUTF8Unsafe("some_not_existing_path"); in TEST()
1145 FilePath from_utf8 = FilePath::FromUTF8Unsafe(cases[i].utf8); in TEST_F()