OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNssCertDbPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/
chromeos_constants.cc
12
const base::FilePath::CharType
kNssCertDbPath
[] = FPL(".pki/nssdb/cert9.db");
chromeos_constants.h
16
CHROMEOS_EXPORT extern const base::FilePath::CharType
kNssCertDbPath
[];
/external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller_unittest.cc
125
base::FilePath db_path = profile_dir_.Append(chromeos::
kNssCertDbPath
);
sqlite_diagnostics.cc
246
home_dir.Append(chromeos::
kNssCertDbPath
));
Completed in 39 milliseconds