Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2017-0462/
Dpoc.c126 FILE *dumpfp = fopen("/data/local/tmp/dump", "wb"); in write_to_file() local
129 if (dumpfp == NULL) { in write_to_file()
133 fwrite(ptr, 1, FOUR_MB, dumpfp); in write_to_file()
134 fclose(dumpfp); in write_to_file()