Searched refs:targetFile (Results 1 – 1 of 1) sorted by relevance
403 public static boolean copyModelToFile(Context context, String modelFileName, File targetFile) in copyModelToFile() argument405 if (!targetFile.exists() && !targetFile.createNewFile()) { in copyModelToFile()406 Log.w(TAG, String.format("Unable to create file %s", targetFile.getAbsolutePath())); in copyModelToFile()409 NNTestBase.copyAssetToFile(context, modelFileName, targetFile.getAbsolutePath()); in copyModelToFile()