Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp299 fs::path sourceFile(filePath); in installAll() local
300 if (!fs::exists(sourceFile)) in installAll()
305 std::vector<std::string> authorities = splitCertificates(sourceFile); in installAll()
321 Certificate::copyCertificate(sourceFile, in installAll()
325 X509StorePtr x509Store = getX509Store(sourceFile); in installAll()