Searched refs:hdrfile (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/amber/tools/ |
D | update_vk_wrappers.py | 216 hdrfile = os.path.join(outdir, 'vk-wrappers-%s.h' % vulkan_version) 217 if os.path.isfile(hdrfile): 218 with open(hdrfile, 'r') as f: 221 with open(hdrfile, 'w') as f:
|
/external/curl/src/ |
D | tool_formparse.c | 558 char *hdrfile; in get_param_part() local 566 hdrfile = get_param_word(&p, &endpos, endchar); in get_param_part() 568 if(hdrfile == tp) in get_param_part() 569 while(endpos > hdrfile && ISSPACE(endpos[-1])) in get_param_part() 573 fp = fopen(hdrfile, FOPEN_READTEXT); in get_param_part() 575 warnf(config->global, "Cannot read from %s: %s\n", hdrfile, in get_param_part() 578 int i = read_field_headers(config, hdrfile, fp, &headers); in get_param_part()
|