Home | History | Annotate | Download | only in crypto

Lines Matching full:c_str

137     char* result = PORT_Strdup(password.c_str());
166 if (statfs(database_dir.value().c_str(), &buf) == 0)
505 "%s %s", kUserNSSDatabaseName, username_hash.c_str());
736 base::StringPrintf("sql:%s", database_dir.value().c_str());
738 status = NSS_Init(nss_config_dir.c_str());
740 status = NSS_InitReadWrite(nss_config_dir.c_str());
835 const_cast<char*>(modparams.c_str()), NULL, PR_FALSE);
881 path.value().c_str(),
882 description.c_str());
883 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str());