Home
last modified time | relevance | path

Searched refs:hdrfile (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/tools/
Dupdate_vk_wrappers.py212 hdrfile = os.path.join(outdir, 'vk-wrappers.h')
213 if os.path.isfile(hdrfile):
214 with open(hdrfile, 'r') as f:
217 with open(hdrfile, 'w') as f:
/external/curl/src/
Dtool_formparse.c555 char *hdrfile; in get_param_part() local
563 hdrfile = get_param_word(&p, &endpos, endchar); in get_param_part()
565 if(hdrfile == tp) in get_param_part()
566 while(endpos > hdrfile && ISSPACE(endpos[-1])) in get_param_part()
570 fp = fopen(hdrfile, FOPEN_READTEXT); in get_param_part()
572 warnf(config->global, "Cannot read from %s: %s\n", hdrfile, in get_param_part()
575 int i = read_field_headers(config, hdrfile, fp, &headers); in get_param_part()