Searched refs:newClock (Results 1 – 1 of 1) sorted by relevance
506 std::string newClock; in setClock() local508 newClock = "boot"; in setClock()510 newClock = "mono"; in setClock()512 newClock = "global"; in setClock()517 if (newClock.compare(0, std::string::npos, clockStr, begin, end-begin) == 0) { in setClock()520 return writeStr(k_traceClockPath, newClock.c_str()); in setClock()