Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp3467 String8 infoPath = String8::format("%s/%s-info.txt", kBufferDumpPath, prefix.c_str()); in dumpBuffer() local
3468 std::ofstream infoFile(infoPath.c_str()); in dumpBuffer()
3470 ALOGE("%s: failed to open file %s", __func__, infoPath.c_str()); in dumpBuffer()
3532 String8 infoPath = String8::format("%s/%03d-display-info.txt", kBufferDumpPath, mBufferDumpNum); in dumpAllBuffers() local
3533 std::ofstream infoFile(infoPath.c_str()); in dumpAllBuffers()
3535 DISPLAY_LOGE("%s: failed to open file %s", __func__, infoPath.c_str()); in dumpAllBuffers()