Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/
DSupportLibraryDriverHandler.java113 String[] apkAndLibraryPaths = sourcePath.split("!"); in extractNnApiSlLibTo() local
114 if (apkAndLibraryPaths.length != 2) { in extractNnApiSlLibTo()
121 try(InputStream in = getInputStreamFromApk(apkAndLibraryPaths[0], in extractNnApiSlLibTo()
123 apkAndLibraryPaths[1].substring(1)); in extractNnApiSlLibTo()