Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h208 void SetSystemTime(struct timespec stime) { m_system_time = stime; } in SetSystemTime() function
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp134 ProcessInfo.SetSystemTime(convert(stat_fields.stime)); in GetStatusInfo()