Searched refs:m_mod_time (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Core/
H A DSourceManager.cpp338 m_mod_time (file_spec.GetModificationTime()),
343 if (!m_mod_time.IsValid())
388 m_mod_time = m_file_spec.GetModificationTime();
404 m_mod_time = m_file_spec.GetModificationTime();
410 if (m_mod_time.IsValid())
454 if (curr_mod_time.IsValid() && m_mod_time != curr_mod_time)
456 m_mod_time = curr_mod_time;
493 if (m_mod_time != curr_mod_time)
495 m_mod_time = curr_mod_time;
530 if (lhs.m_mod_time
[all...]
H A DModule.cpp132 m_mod_time (module_spec.GetFileSpec().GetModificationTime()),
176 m_mod_time (file_spec.GetModificationTime()),
873 m_mod_time = file.GetModificationTime();
955 m_file_has_changed = (m_file.GetModificationTime() != m_mod_time);
/external/lldb/include/lldb/Core/
H A DModule.h558 return m_mod_time;
570 m_mod_time = mod_time;
990 TimeValue m_mod_time; ///< The modification time for this module when it was created. member in class:lldb_private::Module
H A DSourceManager.h80 TimeValue m_mod_time; // Keep the modification time that this file data is valid for member in class:lldb_private::SourceManager::File

Completed in 476 milliseconds