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
339 code->obbPath = code->obbPathObj.string(); in loadNativeCode_native()
3049 final String obbPath = "Android/obb"; in buildObbPath() local3050 if (path.startsWith(obbPath)) { in buildObbPath()3051 path = path.substring(obbPath.length() + 1); in buildObbPath()