Home
last modified time | relevance | path

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

/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto52 optional int64 last_modified_time = 4; field
/external/libchrome/base/files/
Dfile_posix.cc352 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes()