Home
last modified time | relevance | path

Searched refs:ReadEntireFileToString (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/openscreen/cast/test/
H A Ddevice_auth_test.cc147 RunAuthTest(ReadEntireFileToString(data_path_ + "good_crl.pb"), in TEST_F()
154 RunAuthTest(ReadEntireFileToString(data_path_ + "invalid_time_crl.pb"), in TEST_F()
161 RunAuthTest(ReadEntireFileToString(data_path_ + "issuer_revoked_crl.pb"), in TEST_F()
168 RunAuthTest(ReadEntireFileToString(data_path_ + "device_revoked_crl.pb"), in TEST_F()
176 ReadEntireFileToString(data_path_ + "issuer_serial_revoked_crl.pb"), in TEST_F()
184 ReadEntireFileToString(data_path_ + "device_serial_revoked_crl.pb"), in TEST_F()
191 RunAuthTest(ReadEntireFileToString(data_path_ + "bad_signer_cert_crl.pb"), in TEST_F()
198 RunAuthTest(ReadEntireFileToString(data_path_ + "bad_signature_crl.pb"), in TEST_F()
/aosp_15_r20/external/openscreen/cast/receiver/channel/
H A Ddevice_auth_namespace_handler_unittest.cc86 ReadEntireFileToString(data_path_ + "auth_challenge.pb"); in TEST_F()
99 ReadEntireFileToString(data_path_ + "auth_response.pb"); in TEST_F()
136 ReadEntireFileToString(data_path_ + "auth_challenge.pb"); in TEST_F()
162 ReadEntireFileToString(data_path_ + "auth_response.pb"); in TEST_F()
188 ReadEntireFileToString(data_path_ + "auth_challenge.pb"); in TEST_F()
/aosp_15_r20/external/angle/util/
H A Dshader_utils.cpp201 if (!angle::ReadEntireFileToString(sourcePath.c_str(), &source)) in CompileShaderFromFile()
319 if (!angle::ReadEntireFileToString(vsPath.c_str(), &vsSource)) in CompileProgramFromFiles()
326 if (!angle::ReadEntireFileToString(fsPath.c_str(), &fsSource)) in CompileProgramFromFiles()
H A Dtest_utils.h45 bool ReadEntireFileToString(const char *filePath, std::string *contentsOut);
H A Dtest_utils.cpp97 bool ReadEntireFileToString(const char *filePath, std::string *contentsOut) in ReadEntireFileToString() function
/aosp_15_r20/external/openscreen/testing/util/
H A Dread_file.h14 std::string ReadEntireFileToString(absl::string_view filename);
H A Dread_file.cc11 std::string ReadEntireFileToString(absl::string_view filename) { in ReadEntireFileToString() function
/aosp_15_r20/external/openscreen/cast/common/certificate/
H A Dcast_crl_unittest.cc182 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dcast_auth_util_unittest.cc467 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
/aosp_15_r20/external/openscreen/cast/receiver/
H A Dapplication_agent_unittest.cc74 ReadEntireFileToString(GetTestDataSubdir() + "/auth_challenge.pb")); in TestAuthChallengeMessage()
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp1149 if (!ReadEntireFileToString(mFilterFile.c_str(), &fileContents)) in TestSuite()