HomeSort by relevance Sort by last modified time
    Searched refs:FromUTF8Unsafe (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/files/
file_path.h 382 static FilePath FromUTF8Unsafe(StringPiece utf8);
384 // Similar to FromUTF8Unsafe, but accepts UTF-16 instead.
file_enumerator_unittest.cc 51 const FilePath path = FilePath::FromUTF8Unsafe("some_not_existing_path");
file_path.cc 610 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) {
651 FilePath FilePath::FromUTF8Unsafe(StringPiece utf8) {
    [all...]
file_path_unittest.cc     [all...]
  /external/libchrome/mojo/public/c/system/
thunks.cc 73 library_path.emplace(base::FilePath::FromUTF8Unsafe(utf8_path));
80 library_path = base::FilePath::FromUTF8Unsafe(library_path_value);

Completed in 201 milliseconds