Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dtimespec_utils.cpp119 std::string TimespecToString(const timespec& ts) { in TimespecToString() argument
121 ss << ts.tv_sec << '.' << std::setfill('0') << std::setw(9) << ts.tv_nsec; in TimespecToString()
/test/dittosuite/include/ditto/
Dtimespec_utils.h28 std::string TimespecToString(const timespec& ts);