Searched refs:access_time (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime01.c | 101 time_t modf_time, access_time; in main() local 154 access_time = stat_buf.st_atime; in main() 159 access_time <= curr_time || in main() 160 access_time >= pres_time) { in main()
|
D | utime02.c | 107 time_t modf_time, access_time; in main() local 160 access_time = stat_buf.st_atime; in main() 165 access_time <= curr_time || in main() 166 access_time >= pres_time) { in main()
|
D | utime03.c | 116 time_t modf_time, access_time; in main() local 187 access_time = stat_buf.st_atime; in main() 192 access_time <= curr_time || in main() 193 access_time >= pres_time) { in main()
|
D | utime04.c | 101 time_t modf_time, access_time; in main() local 128 access_time = stat_buf.st_atime; in main() 132 (access_time != NEW_TIME)) { in main()
|
D | utime05.c | 107 time_t modf_time, access_time; in main() local 134 access_time = stat_buf.st_atime; in main() 138 (access_time != NEW_TIME)) { in main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 91 int access_time; member 105 int access_time; member 397 data->access_time = 0; in alloc_cache() 400 cache->access_time = 0; in alloc_cache() 423 data->access_time = 0; in free_cache() 426 cache->access_time = 0; in free_cache() 457 cache->access_time = ++data->access_time; in find_cached_block() 461 (cache->access_time < oldest_cache->access_time)) in find_cached_block() 481 cache->access_time = ++data->access_time; in reuse_cache()
|
/third_party/exfat-utils/include/ |
D | exfat_ondisk.h | 155 __le16 access_time; member 202 #define file_access_time dentry.file.access_time
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | bottom_navigation_bar_test.dart | 778 icon: Icon(Icons.access_time), 839 icon: Icon(Icons.access_time), 877 icon: Icon(Icons.access_time),
|
/third_party/miniz/ |
D | miniz_zip.c | 412 static mz_bool mz_zip_set_file_times(const char *pFilename, MZ_TIME_T access_time, MZ_TIME_T modifi… in mz_zip_set_file_times() argument 417 t.actime = access_time; in mz_zip_set_file_times()
|
/third_party/miniz/amalgamation/ |
D | miniz.c | 3359 static mz_bool mz_zip_set_file_times(const char *pFilename, MZ_TIME_T access_time, MZ_TIME_T modifi… in mz_zip_set_file_times() argument 3364 t.actime = access_time; in mz_zip_set_file_times()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icons.dart | 86 /// <i class="material-icons md-36">access_time</i> — material icon named "access time". 87 static const IconData access_time = IconData(0xe192, fontFamily: 'MaterialIcons');
|