Searched refs:getSlotMapFile (Results 1 – 1 of 1) sorted by relevance
142 private File getSlotMapFile() { in getSlotMapFile() method in PasswordSlotManager169 final File file = getSlotMapFile(); in loadSlotMap()206 if (!getSlotMapFile().getParentFile().exists()) { in saveSlotMap()211 try (FileOutputStream fos = new FileOutputStream(getSlotMapFile())) { in saveSlotMap()