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.cpp249 fs::path biosDir(persistPath); in Password() local
250 fs::create_directories(biosDir); in Password()
251 seedFile = biosDir / biosSeedFile; in Password()
H A Dmanager.cpp321 fs::path biosDir(persistPath); in Manager() local
322 fs::create_directories(biosDir); in Manager()
323 biosFile = biosDir / biosPersistFile; in Manager()