Searched refs:newClock (Results 1 – 1 of 1) sorted by relevance
551 std::string newClock; in setClock() local553 newClock = "boot"; in setClock()555 newClock = "mono"; in setClock()557 newClock = "global"; in setClock()562 if (newClock.compare(0, std::string::npos, clockStr, begin, end-begin) == 0) { in setClock()565 return writeStr(k_traceClockPath, newClock.c_str()); in setClock()