OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certificates_dir_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/test/spawned_test_server/
base_test_server.cc
262
DCHECK(
certificates_dir_
.empty());
264
certificates_dir_
= certificates_dir;
265
DCHECK(!
certificates_dir_
.empty());
299
base::FilePath root_certificate_path =
certificates_dir_
;
300
if (!
certificates_dir_
.IsAbsolute()) {
304
root_certificate_path = src_dir.Append(
certificates_dir_
);
347
base::FilePath certificate_path(
certificates_dir_
);
base_test_server.h
253
base::FilePath
certificates_dir_
;
member in class:net::BaseTestServer
/external/chromium/net/test/
test_server.cc
273
certificates_dir_
= src_dir.Append(FILE_PATH_LITERAL("net"))
336
return
certificates_dir_
.AppendASCII("root_ca_cert.crt");
358
FilePath certificate_path(
certificates_dir_
);
test_server.h
166
FilePath
certificates_dir_
;
member in class:net::TestServer
Completed in 1016 milliseconds