Searched refs:storeDir (Results 1 – 1 of 1) sorted by relevance
306 private static @Nullable StoreFile createFile(@NonNull File storeDir, in createFile() argument308 if (!storeDir.exists()) { in createFile()309 if (!storeDir.mkdir()) { in createFile()310 Log.w(TAG, "Could not create store directory " + storeDir); in createFile()314 File file = new File(storeDir, STORE_ID_TO_FILE_NAME.get(fileId)); in createFile()322 private static @Nullable List<StoreFile> createFiles(File storeDir, List<Integer> storeFileIds, in createFiles() argument327 createFile(storeDir, fileId, userHandle, shouldEncryptCredentials); in createFiles()