Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhb-subset.cc69 FILE *fp_out = fopen(output_file, "wb"); in write_file() local
70 if (fp_out == nullptr) { in write_file()
74 int bytes_written = fwrite(data, 1, data_length, fp_out); in write_file()
76 fclose (fp_out); in write_file()