Searched refs:certificates_dir_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc256 DCHECK(certificates_dir_.empty());
258 certificates_dir_ = certificates_dir;
259 DCHECK(!certificates_dir_.empty());
293 base::FilePath root_certificate_path = certificates_dir_;
294 if (!certificates_dir_.IsAbsolute()) {
298 root_certificate_path = src_dir.Append(certificates_dir_);
341 base::FilePath certificate_path(certificates_dir_);
H A Dbase_test_server.h235 base::FilePath certificates_dir_; member in class:net::BaseTestServer
/external/chromium/net/test/
H A Dtest_server.cc273 certificates_dir_ = src_dir.Append(FILE_PATH_LITERAL("net"))
336 return certificates_dir_.AppendASCII("root_ca_cert.crt");
358 FilePath certificate_path(certificates_dir_);
H A Dtest_server.h166 FilePath certificates_dir_; member in class:net::TestServer

Completed in 74 milliseconds