Home
last modified time | relevance | path

Searched refs:patch_file (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py90 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 DRkAiqCalibDbV2.h107 applyPatchFile(const CamCalibDbV2Context_t *calib, const char *patch_file);
109 const char *patch_file);
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.h76 char *patch_file; member
H A Drtb_fwc.c1237 btrtl->patch_ent->patch_file); in rtb_read_firmware()
H A Dhciattach_rtk.c1840 rtb_cfg.patch_ent->patch_file, in rtb_config()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c319 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 DRkAiqCalibDbV2.cpp654 const char *patch_file) { in applyPatchFile() argument
658 json_str = (char *)j2s_read_file(patch_file, &json_size); in applyPatchFile()