Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/examples/python/
H A Dbsd.py137 def find(self, name, mtime=None, f=sys.stdout): argument
440 def print_multiple_object_matches(result, object_name, mtime, matches): argument
451 def print_archive_object_error(result, object_name, mtime, archive): argument
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp510 internalStat(const FileSpec & remote_file,uint32_t & mode,uint32_t & size,uint32_t & mtime) internalStat() argument
557 Stat(const FileSpec & remote_file,uint32_t & mode,uint32_t & size,uint32_t & mtime) Stat() argument
H A DPlatformAndroid.cpp221 uint32_t mode = 0, size = 0, mtime = 0; GetFile() local
/llvm-project/clang/tools/scan-view/share/
H A DScanView.py823 def send_string(self, s, ctype="text/html", headers=True, mtime=None): argument
/llvm-project/lldb/source/Core/
H A DModule.cpp1621 const auto mtime = llvm::sys::toTimeT(m_object_mod_time); Hash() local