Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp140 static std::once_flag firstLog; in LogToPath() local
141 std::call_once(firstLog, [&]() { printf("log at %s\n", path); }); in LogToPath()