Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dumpFilename

2484         char dumpFilename[PATH_MAX];
2492 snprintf(dumpFilename, sizeof(dumpFilename), "/data/%s.%s.%dx%d.raw",
2496 FILE* fp = fopen(dumpFilename, "w+");
2502 bufferName, dumpFilename, bResult ? "Success" : "Fail");