OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_db_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/crypto/
scoped_test_system_nss_key_slot.cc
13
:
test_db_
(new ScopedTestNSSDB) {
14
if (!
test_db_
->is_open())
17
ScopedPK11Slot(PK11_ReferenceSlot(
test_db_
->slot())));
25
return
test_db_
->is_open();
29
return
test_db_
->slot();
scoped_test_system_nss_key_slot.h
37
std::unique_ptr<ScopedTestNSSDB>
test_db_
;
member in class:crypto::ScopedTestSystemNSSKeySlot
Completed in 952 milliseconds