Searched refs:biosDir (Results 1 – 2 of 2) sorted by relevance
246 fs::path biosDir(persistPath); in Password() local247 fs::create_directories(biosDir); in Password()248 seedFile = biosDir / biosSeedFile; in Password()
395 fs::path biosDir(persistPath); in Manager() local396 fs::create_directories(biosDir); in Manager()397 biosFile = biosDir / biosPersistFile; in Manager()