Searched refs:infoPath (Results 1 – 1 of 1) sorted by relevance
3467 String8 infoPath = String8::format("%s/%s-info.txt", kBufferDumpPath, prefix.c_str()); in dumpBuffer() local3468 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() local3533 std::ofstream infoFile(infoPath.c_str()); in dumpAllBuffers()3535 DISPLAY_LOGE("%s: failed to open file %s", __func__, infoPath.c_str()); in dumpAllBuffers()