Home
last modified time | relevance | path

Searched defs:utime (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h200 void SetUserTime(struct timespec utime) { m_user_time = utime; } in SetUserTime()
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp70 long unsigned utime; global() member