Searched refs:obbPath (Results 1 – 3 of 3) sorted by relevance
199 protected DataInputStream openFileOnMountedObb(String obbPath, String fileName) { in openFileOnMountedObb() argument202 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()204 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb()
92 String internalDataPath, String obbPath, String externalDataPath, int sdkVersion, in loadNativeCode() argument
375 code->obbPath = code->obbPathObj.string(); in loadNativeCode_native()