Searched refs:targetPath (Results 1 – 2 of 2) sorted by relevance
120 File targetPath = new File(targetFolder, libraryFile); in extractNnApiSlLibTo() local124 OutputStream out = new FileOutputStream(targetPath) in extractNnApiSlLibTo()129 Log.i(TAG, String.format("Copied '%s' to '%s'.", sourcePath, targetPath)); in extractNnApiSlLibTo()
490 public static void copyAssetToFile(Context context, String modelAssetName, String targetPath) in copyAssetToFile() argument494 File outFile = new File(targetPath); in copyAssetToFile()