Searched refs:obbDir (Results 1 – 3 of 3) sorted by relevance
60 File obbDir = Environment.buildExternalStorageAppObbDirs(packageName)[0];61 if (obbDir != null) {62 if (obbDir.exists()) {63 ArrayList<File> obbList = allFileContents(obbDir);69 final String rootPath = obbDir.getCanonicalPath();
309 final File obbDir = userEnv.buildExternalStorageAppObbDirs(pkg.packageName)[0]; in writeApkToBackup() local310 if (obbDir != null) { in writeApkToBackup()312 Log.i(TAG, "obb dir: " + obbDir.getAbsolutePath()); in writeApkToBackup()314 File[] obbFiles = obbDir.listFiles(); in writeApkToBackup()316 final String obbDirName = obbDir.getAbsolutePath(); in writeApkToBackup()
273 jobject messageQueue, jstring internalDataDir, jstring obbDir, in loadNativeCode_native() argument366 if (obbDir != NULL) { in loadNativeCode_native()367 dirStr = env->GetStringUTFChars(obbDir, NULL); in loadNativeCode_native()369 env->ReleaseStringUTFChars(obbDir, dirStr); in loadNativeCode_native()