Searched refs:confRootDir (Results 1 – 1 of 1) sorted by relevance
213 static int32_t GetCertConfRootDir(char *confRootDir, uint32_t dirLen) in GetCertConfRootDir() argument218 if (confRootDir == NULL) { in GetCertConfRootDir()236 if (snprintf_s(confRootDir, dirLen, dirLen - 1, "%s", CERT_BACKUP_CONFIG_ROOT_DIR) < 0) { in GetCertConfRootDir()