Searched refs:firstLog (Results 1 – 1 of 1) sorted by relevance
140 static std::once_flag firstLog; in LogToPath() local141 std::call_once(firstLog, [&]() { printf("log at %s\n", path); }); in LogToPath()