Home
last modified time | relevance | path

Searched refs:targetPath (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/
DSupportLibraryDriverHandler.java120 File targetPath = new File(targetFolder, libraryFile); in extractNnApiSlLibTo() local
124 OutputStream out = new FileOutputStream(targetPath) in extractNnApiSlLibTo()
129 Log.i(TAG, String.format("Copied '%s' to '%s'.", sourcePath, targetPath)); in extractNnApiSlLibTo()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java490 public static void copyAssetToFile(Context context, String modelAssetName, String targetPath) in copyAssetToFile() argument
494 File outFile = new File(targetPath); in copyAssetToFile()