Home
last modified time | relevance | path

Searched defs:file_path_ascii (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtest_helpers.cc18 const std::string& file_path_ascii, in ReadTestDataFromPemFile()
65 bool ReadCertChainFromFile(const std::string& file_path_ascii, in ReadCertChainFromFile()
96 const std::string& file_path_ascii) { in ReadCertFromFile()
107 std::string ReadTestFileToString(const std::string& file_path_ascii) { in ReadTestFileToString()
H A Dtest_helpers.h55 const std::string& file_path_ascii, in ReadTestDataFromPemFile()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dtest_helpers.cc130 const std::string &file_path_ascii, const PemBlockMapping *mappings, in ReadTestDataFromPemFile()
196 bool ReadCertChainFromFile(const std::string &file_path_ascii, in ReadCertChainFromFile()
227 const std::string &file_path_ascii) { in ReadCertFromFile()
238 bool ReadVerifyCertChainTestFromFile(const std::string &file_path_ascii, in ReadVerifyCertChainTestFromFile()
420 std::string ReadTestFileToString(const std::string &file_path_ascii) { in ReadTestFileToString()
H A Dtest_helpers.h76 const std::string &file_path_ascii, const PemBlockMapping (&mappings)[N]) { in ReadTestDataFromPemFile()