Searched refs:patch_file (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cve_check.py | 90 patch_file = bb.fetch.decodeurl(url)[2] 93 if not os.path.isfile(patch_file): 94 bb.warn("%s does not exist, cannot extract CVE list" % patch_file) 98 fname_match = cve_file_name_match.search(patch_file) 102 bb.debug(2, "Found CVE %s from patch file name %s" % (cve, patch_file)) 104 with open(patch_file, "r", encoding="utf-8") as f: 109 " trying with iso8859-1" % patch_file) 111 with open(patch_file, "r", encoding="iso8859-1") as f: 120 bb.debug(2, "Patch %s solves %s" % (patch_file, cve)) 125 bb.debug(2, "Patch %s doesn't solve CVEs" % patch_file)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.h | 107 applyPatchFile(const CamCalibDbV2Context_t *calib, const char *patch_file); 109 const char *patch_file);
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | rtb_fwc.h | 76 char *patch_file; member
|
| H A D | rtb_fwc.c | 1237 btrtl->patch_ent->patch_file); in rtb_read_firmware()
|
| H A D | hciattach_rtk.c | 1840 rtb_cfg.patch_ent->patch_file, in rtb_config()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 319 char *patch_file; member 2676 strcat(firmware_file_name, btrtl->patch_ent->patch_file); in rtk_get_bt_firmware() 3442 btrtl->patch_ent->patch_file, in rtk_config()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.cpp | 654 const char *patch_file) { in applyPatchFile() argument 658 json_str = (char *)j2s_read_file(patch_file, &json_size); in applyPatchFile()
|