Searched refs:obbPath (Results 1 – 5 of 5) sorted by relevance
245 protected DataInputStream openFileOnMountedObb(String obbPath, String fileName) { in openFileOnMountedObb() argument248 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()250 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb()
118 const char* obbPath; member
89 String internalDataPath, String obbPath, String externalDataPath, int sdkVersion, in loadNativeCode() argument
1661 auto obbPath = create_data_path(uuid_) + "/media/obb"; in getUserSize() local1662 calculate_tree_size(obbPath, &extStats.codeSize); in getUserSize()1851 auto obbPath = create_data_media_obb_path(uuid_, ""); in getExternalSize() local1852 calculate_tree_size(obbPath, &obbSize); in getExternalSize()
371 code->obbPath = code->obbPathObj.string(); in loadNativeCode_native()