Home
last modified time | relevance | path

Searched refs:ReadTestFile (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/
H A Dnss_cert_database_unittest.cc170 static std::string ReadTestFile(const std::string& name) { in ReadTestFile() function in net::CertDatabaseNSSTest
381 std::string pkcs12_data = ReadTestFile("client.p12"); in TEST_F()
397 std::string pkcs12_data = ReadTestFile("client.p12"); in TEST_F()
425 std::string pkcs12_data = ReadTestFile("client.p12"); in TEST_F()
453 std::string pkcs12_data = ReadTestFile("client.p12"); in TEST_F()
472 std::string pkcs12_data = ReadTestFile("client.p12"); in TEST_F()
482 pkcs12_data = ReadTestFile("client-nokey.p12"); in TEST_F()
512 std::string pkcs12_data = ReadTestFile("client-empty-password.p12"); in TEST_F()
522 std::string pkcs12_data = ReadTestFile("client-null-password.p12"); in TEST_F()
/aosp_15_r20/external/tink/cc/util/
H A Dostream_output_stream_test.cc88 std::string ostream_contents = test::ReadTestFile(filename); in TEST_F()
111 std::string ostream_contents = test::ReadTestFile(filename); in TEST_F()
197 std::string ostream_contents = test::ReadTestFile(filename); in TEST_F()
H A Dfile_output_stream_test.cc95 std::string file_contents = test::ReadTestFile(filename); in TEST_F()
120 std::string file_contents = test::ReadTestFile(filename); in TEST_F()
209 std::string file_contents = test::ReadTestFile(filename); in TEST_F()
H A Dtest_util.cc76 std::string ReadTestFile(absl::string_view filename) { in ReadTestFile() function
H A Dtest_util.h68 std::string ReadTestFile(absl::string_view filename);
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_android_unittest.cc31 bool ReadTestFile(const char* filename, std::string* pkcs8) { in ReadTestFile() function
86 ASSERT_TRUE(ReadTestFile(test_key.key_file, &key_bytes)); in TEST_P()
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_file_test.cpp58 #define ASSERT_FILE_CONTENT(path, expectedContent) ASSERT_EQ(expectedContent, ReadTestFile(path))
94 std::string ReadTestFile(const std::string& path) { in ReadTestFile() function in android::installd::FileTest