Searched refs:AddFromFile (Results 1 – 4 of 4) sorted by relevance
46 bool TestRootCerts::AddFromFile(const FilePath& file) { in AddFromFile() function in net::TestRootCerts
47 bool AddFromFile(const FilePath& file);
472 ASSERT_TRUE(root_certs->AddFromFile(root_cert_path)); in TEST()
341 return root_certs->AddFromFile(GetRootCertificatePath()); in LoadTestRootCert()