Home
last modified time | relevance | path

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

/external/rust/crates/zip/src/
Dwrite.rs92 last_modified_time: DateTime, field
113 last_modified_time: DateTime::from_time(time::now()).unwrap_or_default(), in default()
115 last_modified_time: DateTime::default(), in default()
134 pub fn last_modified_time(mut self, mod_time: DateTime) -> FileOptions { in last_modified_time() method
135 self.last_modified_time = mod_time; in last_modified_time()
249 last_modified_time: options.last_modified_time, in start_entry()
370 .last_modified_time(file.last_modified()) in raw_copy_file_rename()
635 writer.write_u16::<LittleEndian>(file.last_modified_time.timepart())?; in write_local_file_header()
636 writer.write_u16::<LittleEndian>(file.last_modified_time.datepart())?; in write_local_file_header()
687 writer.write_u16::<LittleEndian>(file.last_modified_time.timepart())?; in write_central_directory_header()
[all …]
Dtypes.rs222 pub last_modified_time: DateTime, field
307 last_modified_time: DateTime::default(), in sanitize()
Dread.rs571 last_modified_time: DateTime::from_msdos(last_mod_date, last_mod_time), in central_header_to_zip_file()
754 self.data.last_modified_time in last_modified()
911 last_modified_time: DateTime::from_msdos(last_mod_date, last_mod_time), in read_zipfile_from_stream()
/external/libchrome/base/files/
Dfile_proxy.cc67 void SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() argument
68 bool rv = file_.SetTimes(last_access_time, last_modified_time); in SetTimes()
330 Time last_modified_time, in SetTimes() argument
337 last_access_time, last_modified_time), in SetTimes()
Dfile_proxy_unittest.cc328 Time last_modified_time = Time::Now() - TimeDelta::FromHours(98765); in TEST_F() local
331 last_accessed_time, last_modified_time, in TEST_F()
341 EXPECT_EQ(static_cast<int>(last_modified_time.ToDoubleT()), in TEST_F()
Dfile_proxy.h120 Time last_modified_time,
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/angle/third_party/zlib/google/
Dzip_internal.h66 base::Time last_modified_time);
Dzip_internal.cc350 base::Time last_modified_time) { in ZipOpenNewFileInZip() argument
355 zip_fileinfo file_info = TimeToZipFileInfo(last_modified_time); in ZipOpenNewFileInZip()
/external/zlib/google/
Dzip_internal.h66 base::Time last_modified_time);
Dzip_internal.cc350 base::Time last_modified_time) { in ZipOpenNewFileInZip() argument
355 zip_fileinfo file_info = TimeToZipFileInfo(last_modified_time); in ZipOpenNewFileInZip()
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto52 optional int64 last_modified_time = 4; field