Home
last modified time | relevance | path

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

/external/openscreen/cast/test/
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()
/external/openscreen/cast/receiver/channel/
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()
/external/openscreen/testing/util/
Dread_file.h14 std::string ReadEntireFileToString(absl::string_view filename);
Dread_file.cc11 std::string ReadEntireFileToString(absl::string_view filename) { in ReadEntireFileToString() function
/external/angle/util/
Dtest_utils_unittest.cpp97 EXPECT_TRUE(ReadEntireFileToString(path, actualString, kMaxPath)); in TEST()
125 EXPECT_TRUE(ReadEntireFileToString(path, actualString, kMaxPath)); in TEST()
Dtest_utils.cpp40 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen) in ReadEntireFileToString() function
Dtest_utils.h59 bool ReadEntireFileToString(const char *filePath, char *contentsOut, uint32_t maxLen);
Dshader_utils.cpp23 if (!angle::ReadEntireFileToString(filePath.c_str(), buffer, kMaxBufferSize) || in ReadEntireFile()
/external/openscreen/cast/common/certificate/
Dcast_crl_unittest.cc182 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
/external/openscreen/cast/sender/channel/
Dcast_auth_util_unittest.cc467 std::string testsuite_raw = ReadEntireFileToString(test_suite_file_name); in RunTestSuite()
/external/openscreen/cast/receiver/
Dapplication_agent_unittest.cc74 ReadEntireFileToString(GetTestDataSubdir() + "/auth_challenge.pb")); in TestAuthChallengeMessage()
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1169 if (!ReadEntireFileToString(mFilterFile.c_str(), fileContents.data(), fileSize)) in TestSuite()