Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp287 std::string generateCertFilePath(const std::string& certSrcFilePath);
H A Dcertificate.cpp203 std::string Certificate::generateCertFilePath( in generateCertFilePath() function in phosphor::certs::Certificate
246 certFilePath = generateCertFilePath(uploadPath); in Certificate()