Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Ddirectory_entry.h196 file_time_type last_write_time() const { return __get_write_time(); } in last_write_time() function
199 file_time_type last_write_time(error_code& __ec) const noexcept { in last_write_time() function
Doperations.h139 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_… in last_write_time() function
140 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noex… in last_write_time() function
141 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_wri… in last_write_time() function
142 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t, error_code& … in last_write_time() function
/external/armnn/third-party/ghc/
Dfilesystem.hpp3897 GHC_INLINE file_time_type last_write_time(const path& p) in last_write_time() function
3907 GHC_INLINE file_time_type last_write_time(const path& p, std::error_code& ec) noexcept in last_write_time() function
3915 GHC_INLINE void last_write_time(const path& p, file_time_type new_time) in last_write_time() function
3924 GHC_INLINE void last_write_time(const path& p, file_time_type new_time, std::error_code& ec) noexce… in last_write_time() function
4685 GHC_INLINE file_time_type directory_entry::last_write_time() const in last_write_time() function in ghc::filesystem::directory_entry
4693 GHC_INLINE file_time_type directory_entry::last_write_time(std::error_code& ec) const noexcept in last_write_time() function in ghc::filesystem::directory_entry
/external/curl/lib/
Dsmb.h193 curl_off_t last_write_time; member
/external/cronet/base/win/
Dregistry.cc614 FILETIME last_write_time; in GetLastWriteTime() local