Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp318 fs::path tempPath = Certificate::generateUniqueFilePath(authorityStore); in installAll() local
319 fs::create_directory(tempPath); in installAll()
322 tempPath / defaultAuthoritiesListFileName); in installAll()
331 bus, certObjectPath, certType, tempPath, *x509Store, authority, in installAll()
340 for (const fs::path& f : fs::directory_iterator(tempPath)) in installAll()
357 fs::remove_all(tempPath); in installAll()