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