Searched refs:obbPath (Results 1 – 5 of 5) sorted by relevance
156 protected DataInputStream openFileOnMountedObb(String obbPath, String fileName) { in openFileOnMountedObb() argument159 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()161 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb()
118 const char* obbPath; member
92 String internalDataPath, String obbPath, String externalDataPath, int sdkVersion, in loadNativeCode() argument
375 code->obbPath = code->obbPathObj.string(); in loadNativeCode_native()
2035 auto obbPath = create_data_path(uuid_) + "/media/obb"; in getUserSize() local2036 calculate_tree_size(obbPath, &extStats.codeSize); in getUserSize()2186 auto obbPath = StringPrintf("%s/Android/obb", in getExternalSize() local2188 calculate_tree_size(obbPath, &obbSize); in getExternalSize()