Searched refs:obbPath (Results 1 – 5 of 5) sorted by relevance
107 const char* obbPath; member
273 protected DataInputStream openFileOnMountedObb(String obbPath, String fileName) { in openFileOnMountedObb() argument276 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()278 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb()
95 String internalDataPath, String obbPath, String externalDataPath, int sdkVersion, in loadNativeCode() argument
325 code->obbPath = code->obbPathObj.string(); in loadNativeCode_native()
2750 final String obbPath = "Android/obb"; in buildObbPath() local2751 if (path.startsWith(obbPath)) { in buildObbPath()2752 path = path.substring(obbPath.length() + 1); in buildObbPath()