Searched refs:actualLayersTracePath (Results 1 – 1 of 1) sorted by relevance
61 std::string actualLayersTracePath = in SetUp() local65 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()