Home
last modified time | relevance | path

Searched refs:certificates_dir_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/test/
Dtest_server.cc273 certificates_dir_ = src_dir.Append(FILE_PATH_LITERAL("net")) in Init()
336 return certificates_dir_.AppendASCII("root_ca_cert.crt"); in GetRootCertificatePath()
358 FilePath certificate_path(certificates_dir_); in AddCommandLineArguments()
Dtest_server.h166 FilePath certificates_dir_; variable