Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/tracing/
DTransactionTraceTestSuite.cpp61 std::string actualLayersTracePath = in SetUp() local
65 std::ofstream outStream{actualLayersTracePath, std::ios::binary | std::ios::app}; in SetUp()
72 EXPECT_TRUE(std::filesystem::exists(std::filesystem::path(actualLayersTracePath))); in SetUp()
73 parseLayersTraceFromFile(actualLayersTracePath.c_str(), mActualLayersTraceProto); in SetUp()