Searched refs:newClock (Results 1 – 1 of 1) sorted by relevance
552 std::string newClock; in setClock() local554 newClock = "boot"; in setClock()556 newClock = "mono"; in setClock()558 newClock = "global"; in setClock()563 if (newClock.compare(0, std::string::npos, clockStr, begin, end-begin) == 0) { in setClock()566 return writeStr(k_traceClockPath, newClock.c_str()); in setClock()