Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dnss_util_chromeos.cc164 base::FilePath nssdb_path = GetSoftwareNSSDBPath(path); in OpenPersistentNSSDBForPath() local
165 if (!base::CreateDirectory(nssdb_path)) { in OpenPersistentNSSDBForPath()
166 LOG(ERROR) << "Failed to create " << nssdb_path.value() << " directory."; in OpenPersistentNSSDBForPath()
169 return OpenSoftwareNSSDB(nssdb_path, db_name); in OpenPersistentNSSDBForPath()
668 base::FilePath nssdb_path = nss_path.Append(base::FilePath::kParentDirectory); in DiagnosePublicSlotAndCrash() local
669 PrintDirectoryInfo(nssdb_path); in DiagnosePublicSlotAndCrash()
671 base::FilePath pki_path = nssdb_path.Append(base::FilePath::kParentDirectory); in DiagnosePublicSlotAndCrash()
/aosp_15_r20/external/libchrome/crypto/
H A Dnss_util.cc272 base::FilePath nssdb_path = path.AppendASCII(".pki").AppendASCII("nssdb"); in OpenPersistentNSSDBForPath() local
273 if (!base::CreateDirectory(nssdb_path)) { in OpenPersistentNSSDBForPath()
274 LOG(ERROR) << "Failed to create " << nssdb_path.value() << " directory."; in OpenPersistentNSSDBForPath()
277 return OpenSoftwareNSSDB(nssdb_path, db_name); in OpenPersistentNSSDBForPath()