Searched refs:ReadEntireFileToString (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/openscreen/cast/test/ |
H A D | device_auth_test.cc | 147 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 D | device_auth_namespace_handler_unittest.cc | 86 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 D | shader_utils.cpp | 201 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 D | test_utils.h | 45 bool ReadEntireFileToString(const char *filePath, std::string *contentsOut);
|
H A D | test_utils.cpp | 97 bool ReadEntireFileToString(const char *filePath, std::string *contentsOut) in ReadEntireFileToString() function
|
/aosp_15_r20/external/openscreen/testing/util/ |
H A D | read_file.h | 14 std::string ReadEntireFileToString(absl::string_view filename);
|
H A D | read_file.cc | 11 std::string ReadEntireFileToString(absl::string_view filename) { in ReadEntireFileToString() function
|
/aosp_15_r20/external/openscreen/cast/common/certificate/ |
H A D | cast_crl_unittest.cc | 182 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
|
/aosp_15_r20/external/openscreen/cast/sender/channel/ |
H A D | cast_auth_util_unittest.cc | 467 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
|
/aosp_15_r20/external/openscreen/cast/receiver/ |
H A D | application_agent_unittest.cc | 74 ReadEntireFileToString(GetTestDataSubdir() + "/auth_challenge.pb")); in TestAuthChallengeMessage()
|
/aosp_15_r20/external/angle/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 1149 if (!ReadEntireFileToString(mFilterFile.c_str(), &fileContents)) in TestSuite()
|