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.cpp316 fs::path tempPath = Certificate::generateUniqueFilePath(authorityStore); in installAll() local
317 fs::create_directory(tempPath); in installAll()
320 tempPath / defaultAuthoritiesListFileName); in installAll()
329 bus, certObjectPath, certType, tempPath, *x509Store, authority, in installAll()
338 for (const fs::path& f : fs::directory_iterator(tempPath)) in installAll()
355 fs::remove_all(tempPath); in installAll()