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

  /external/libchrome/mojo/core/test/
test_support_impl.cc 71 names.push_back(name.BaseName().AsUTF8Unsafe());
  /external/libchrome/base/files/
memory_mapped_file.cc 53 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe();
file_path.h 369 std::string AsUTF8Unsafe() const;
371 // Similar to AsUTF8Unsafe, but returns UTF-16 instead.
378 // Like AsUTF8Unsafe(), this function is unsafe. This function
381 // AsUTF8Unsafe() for details.
file_path.cc 601 std::string FilePath::AsUTF8Unsafe() const {
634 std::string FilePath::AsUTF8Unsafe() const {
    [all...]
file_path_unittest.cc     [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 134 dir_path.NormalizePathSeparators().AsUTF8Unsafe();
137 EXPECT_EQ(dir_string + "bar.pma", path.AsUTF8Unsafe());
151 EXPECT_EQ(dir_string + "bar-3039-1A85.pma", path.AsUTF8Unsafe());
persistent_histogram_allocator.cc 766 std::string filename = path.BaseName().AsUTF8Unsafe();
    [all...]

Completed in 159 milliseconds