Home
last modified time | relevance | path

Searched refs:AsUTF8Unsafe (Results 1 – 16 of 16) sorted by relevance

/external/zlib/google/
Dzip_writer.cc44 std::string str_path = path.AsUTF8Unsafe(); in OpenNewFileEntry()
110 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create()
Dzip_reader.cc149 zip_file_ = internal::OpenForUnzipping(zip_file_path.AsUTF8Unsafe()); in Open()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc134 dir_path.NormalizePathSeparators().AsUTF8Unsafe(); in TEST_F()
137 EXPECT_EQ(dir_string + "bar.pma", path.AsUTF8Unsafe()); in TEST_F()
151 EXPECT_EQ(dir_string + "bar-3039-1A85.pma", path.AsUTF8Unsafe()); in TEST_F()
Dpersistent_histogram_allocator.cc766 std::string filename = path.BaseName().AsUTF8Unsafe(); in ParseFilePath()
/external/libchrome/mojo/core/test/
Dtest_support_impl.cc71 names.push_back(name.BaseName().AsUTF8Unsafe()); in EnumerateSourceRootRelativeDirectory()
/external/angle/third_party/zlib/google/
Dzip_writer.cc76 std::string str_path = path.AsUTF8Unsafe(); in OpenNewFileEntry()
154 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create()
Dzip_reader.cc149 zip_file_ = internal::OpenForUnzipping(zip_file_path.AsUTF8Unsafe()); in Open()
/external/libchrome/base/
Dvalue_conversions.cc36 return std::make_unique<Value>(in_value.AsUTF8Unsafe()); in CreateFilePathValue()
/external/libchrome/base/test/
Dtest_suite.cc240 LOG(WARNING) << "Test launcher output path " << output_path.AsUTF8Unsafe() in AddTestLauncherResultPrinter()
247 << "Output path is " << output_path.AsUTF8Unsafe() in AddTestLauncherResultPrinter()
/external/libchrome/base/files/
Dmemory_mapped_file.cc53 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe(); in Initialize()
Dfile_path.h369 std::string AsUTF8Unsafe() const;
Dfile_path.cc601 std::string FilePath::AsUTF8Unsafe() const { in AsUTF8Unsafe() function in base::FilePath
634 std::string FilePath::AsUTF8Unsafe() const { in AsUTF8Unsafe() function in base::FilePath
Dfile_path_unittest.cc1150 EXPECT_EQ(cases[i].utf8, from_native.AsUTF8Unsafe()) in TEST_F()
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc447 PLOG(FATAL) << "Couldn't open '" << filename.AsUTF8Unsafe() in main()
465 PLOG(FATAL) << "Couldn't finish writing '" << filename.AsUTF8Unsafe() in main()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc499 LOG(WARNING) << "Failed to delete " << output_filename.AsUTF8Unsafe(); in DoLaunchChildTestProcess()
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc559 frame.internal_module.filename.AsUTF8Unsafe().c_str()); in FormatSampleForDiagnosticOutput()