Searched refs:create_patch (Results 1 – 3 of 3) sorted by relevance
31 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath);
179 create_patch(file, metadataTmpFile.path, patchTmpFilePath.c_str()); in install_app_streamed()271 create_patch(apk_file[0], metadataTmpFile.path, patchTmpFile.path); in install_app_legacy()
262 void create_patch(const char* apkPath, const char* metadataPath, const char* patchPath) { in create_patch() function