Searched refs:biosDir (Results 1 – 2 of 2) sorted by relevance
249 fs::path biosDir(persistPath); in Password() local250 fs::create_directories(biosDir); in Password()251 seedFile = biosDir / biosSeedFile; in Password()
321 fs::path biosDir(persistPath); in Manager() local322 fs::create_directories(biosDir); in Manager()323 biosFile = biosDir / biosPersistFile; in Manager()