Home
last modified time | relevance | path

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

/external/chromium/net/test/
Dtest_server.cc358 FilePath certificate_path(certificates_dir_); in AddCommandLineArguments() local
359 certificate_path = certificate_path.Append( in AddCommandLineArguments()
361 if (!file_util::PathExists(certificate_path)) { in AddCommandLineArguments()
362 LOG(ERROR) << "Certificate path " << certificate_path.value() in AddCommandLineArguments()
366 command_line->AppendSwitchPath("https", certificate_path); in AddCommandLineArguments()