Home
last modified time | relevance | path

Searched refs:modification_time (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/bin/result_tools/
Ddedupe_file_throttler_unittest.py28 modification_time = int(time.time()) - 1000
35 os.utime(f, (modification_time, modification_time))
36 modification_time += 1
58 os.utime(f, (modification_time, modification_time))
59 modification_time += 1
/external/cros/system_api/dbus/
Dmtp_file_entry.proto27 optional int64 modification_time = 5; field
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.h52 int64_t modification_time; variable
Digfs.cc318 *stats = FileStatistics(info.length, info.modification_time * 1000000, in Stat()
Digfs_messages.cc42 TF_RETURN_IF_ERROR(client->ReadLong(&modification_time)); in Read()
/external/u-boot/include/
Defi_api.h919 struct efi_time modification_time; member