Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp246 fs::path biosDir(persistPath); in Password() local
247 fs::create_directories(biosDir); in Password()
248 seedFile = biosDir / biosSeedFile; in Password()
H A Dmanager.cpp395 fs::path biosDir(persistPath); in Manager() local
396 fs::create_directories(biosDir); in Manager()
397 biosFile = biosDir / biosPersistFile; in Manager()