/third_party/protobuf/src/google/protobuf/testing/ |
D | file.h | 53 static bool ReadFileToString(const string& name, string* output, bool text_mode = false); 85 return ReadFileToString(name, output); in GetContents() 90 return ReadFileToString(name, output, true); in GetContentsAsText()
|
D | file.cc | 73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() function in google::protobuf::File 90 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name; in ReadFileToStringOrDie()
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_posix.cc | 22 bool ReadFileToString(const char* path, std::string& data) { in ReadFileToString() function 47 return ReadFileToString(path.c_str(), resource_data); in LoadBinaryResource()
|
D | file_util.h | 26 bool ReadFileToString(const std::string& path,
|
D | file_util.cc | 35 bool ReadFileToString(const std::string& path, in ReadFileToString() function
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | shader_utils.cpp | 16 std::string ReadFileToString(const std::string &source) in ReadFileToString() function 127 std::string source = ReadFileToString(sourcePath); in CompileShaderFromFile() 217 std::string vsSource = ReadFileToString(vsPath); in CompileProgramFromFiles() 218 std::string fsSource = ReadFileToString(fsPath); in CompileProgramFromFiles()
|
/third_party/gn/src/gn/ |
D | command_format_unittest.cc | 26 ASSERT_TRUE(base::ReadFileToString( \ 30 ASSERT_TRUE(base::ReadFileToString( \
|
D | function_write_file_unittest.cc | 71 EXPECT_TRUE(base::ReadFileToString(foo_name, &result_contents)); in TEST_F() 79 EXPECT_TRUE(base::ReadFileToString(foo_name, &result_contents)); in TEST_F()
|
D | input_file.cc | 20 if (base::ReadFileToString(system_path, &contents_)) { in Load()
|
D | function_read_file.cc | 68 if (!base::ReadFileToString(file_path, &file_contents)) { in RunReadFile()
|
D | command_analyze.cc | 114 bool ret = base::ReadFileToString(UTF8ToFilePath(args[1]), &input); in RunAnalyze()
|
D | command_clean.cc | 27 if (!base::ReadFileToString(build_ninja_file, &file_contents)) in ExtractGNBuildCommands()
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
D | tjbench-gtest-wrapper.cpp | 101 ASSERT_TRUE(base::ReadFileToString(test_image_path, &test_image_data)); in TEST_P() 172 ASSERT_TRUE(base::ReadFileToString(test_image_path, &test_image_data)); in TEST_P()
|
D | gtest-utils.cpp | 55 if (!base::ReadFileToString(path, &output)) { in CompareFileAndMD5()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | files.h | 16 bool ReadFileToString(const std::string& path, std::string* result);
|
D | files.cc | 55 bool ReadFileToString(const std::string& path, std::string* result) { in ReadFileToString() function
|
/third_party/cef/libcef/browser/net/ |
D | crlset_file_util_impl.cc | 27 if (!base::ReadFileToString(path, &crl_set_bytes)) { in LoadFromDisk()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | main.cc | 26 if (dart_utils::ReadFileToString(symbols_path, symbols)) { in RegisterProfilerSymbols()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | string_utils.h | 50 bool ReadFileToString(const std::string &path, std::string *stringOut);
|
/third_party/cef/tests/ceftests/ |
D | file_util_unittest.cc | 51 EXPECT_TRUE(client::file_util::ReadFileToString(path.c_str(), &read)); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | string_utils.h | 50 bool ReadFileToString(const std::string &path, std::string *stringOut);
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 549 EXPECT_TRUE(base::ReadFileToString( in TEST_F() 552 EXPECT_TRUE(base::ReadFileToString( in TEST_F() 555 EXPECT_TRUE(base::ReadFileToString( in TEST_F()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_reader_unittest.cc | 193 if (!base::ReadFileToString(path, &output)) in CompareFileAndMD5() 415 ASSERT_TRUE(base::ReadFileToString( in TEST_F() 449 ASSERT_TRUE(base::ReadFileToString(test_dir_.AppendASCII("quux.txt"), in TEST_F()
|
/third_party/node/deps/zlib/google/ |
D | zip_reader_unittest.cc | 193 if (!base::ReadFileToString(path, &output)) in CompareFileAndMD5() 415 ASSERT_TRUE(base::ReadFileToString( in TEST_F() 447 ASSERT_TRUE(base::ReadFileToString(test_dir_.AppendASCII("quux.txt"), in TEST_F()
|
D | zip_unittest.cc | 548 EXPECT_TRUE(base::ReadFileToString( in TEST_F() 551 EXPECT_TRUE(base::ReadFileToString( in TEST_F() 554 EXPECT_TRUE(base::ReadFileToString( in TEST_F()
|