Searched refs:obbPath (Results 1 – 5 of 5) sorted by relevance
118 const char* obbPath; member
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()
2720 auto obbPath = create_data_path(uuid_) + "/media/obb"; in getUserSize() local2721 calculate_tree_size(obbPath, &extStats.codeSize); in getUserSize()2878 auto obbPath = StringPrintf("%s/Android/obb", in getExternalSize() local2880 calculate_tree_size(obbPath, &obbSize); in getExternalSize()