Searched refs:obbDir (Results 1 – 2 of 2) sorted by relevance
603 jobject messageQueue, jstring internalDataDir, jstring obbDir, in loadNativeCode_native() argument675 dirStr = env->GetStringUTFChars(obbDir, NULL); in loadNativeCode_native()678 env->ReleaseStringUTFChars(obbDir, dirStr); in loadNativeCode_native()
2725 final File obbDir = Environment.getExternalStorageAppObbDirectory(pkg.packageName); in writeApkToBackup() local2726 if (obbDir != null) { in writeApkToBackup()2727 if (MORE_DEBUG) Log.i(TAG, "obb dir: " + obbDir.getAbsolutePath()); in writeApkToBackup()2728 File[] obbFiles = obbDir.listFiles(); in writeApkToBackup()2730 final String obbDirName = obbDir.getAbsolutePath(); in writeApkToBackup()