Home
last modified time | relevance | path

Searched refs:last_modified_time (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile.h261 bool SetTimes(Time last_access_time, Time last_modified_time);
Dfile_posix.cc352 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() argument
360 times[1] = last_modified_time.ToTimeVal(); in SetTimes()
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto52 optional int64 last_modified_time = 4; field