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

  /external/libchrome/base/files/
memory_mapped_file.cc 40 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe();
file_path.h 362 std::string AsUTF8Unsafe() const;
364 // Similar to AsUTF8Unsafe, but returns UTF-16 instead.
371 // Like AsUTF8Unsafe(), this function is unsafe. This function
374 // AsUTF8Unsafe() for details.
file_path.cc 596 std::string FilePath::AsUTF8Unsafe() const {
641 std::string FilePath::AsUTF8Unsafe() const {
    [all...]
file_path_unittest.cc     [all...]
  /system/connectivity/shill/
pending_activation_store.cc 109 LOG(ERROR) << "Failed to open file at '" << path.AsUTF8Unsafe() << "'";

Completed in 127 milliseconds