Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:fp

2067         FILE* fp = fopen(dumpFilename, "w+");
2068 if (NULL != fp) {
2069 bResult = (bool) fwrite((void*)ohnd->base, ohnd->size, 1, fp);
2070 fclose(fp);