Home
last modified time | relevance | path

Searched refs:access_time (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utime/
Dutime01.c101 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()
Dutime02.c107 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()
Dutime04.c101 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()
Dutime05.c107 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/
Dwindows_io.c86 int access_time; member
104 int access_time; member
353 data->access_time = 0; in alloc_cache()
356 cache->access_time = 0; in alloc_cache()
379 data->access_time = 0; in free_cache()
382 cache->access_time = 0; in free_cache()
413 cache->access_time = ++data->access_time; in find_cached_block()
417 (cache->access_time < oldest_cache->access_time)) in find_cached_block()
437 cache->access_time = ++data->access_time; in reuse_cache()
Dunix_io.c94 int access_time; member
108 int access_time; member
504 data->access_time = 0; in alloc_cache()
507 cache->access_time = 0; in alloc_cache()
530 data->access_time = 0; in free_cache()
533 cache->access_time = 0; in free_cache()
564 cache->access_time = ++data->access_time; in find_cached_block()
568 (cache->access_time < oldest_cache->access_time)) in find_cached_block()
588 cache->access_time = ++data->access_time; in reuse_cache()
/third_party/exfatprogs/include/
Dexfat_ondisk.h155 __le16 access_time; member
202 #define file_access_time dentry.file.access_time
/third_party/flutter/flutter/packages/flutter/test/material/
Dbottom_navigation_bar_test.dart778 icon: Icon(Icons.access_time),
839 icon: Icon(Icons.access_time),
877 icon: Icon(Icons.access_time),
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart86 /// <i class="material-icons md-36">access_time</i> &#x2014; material icon named "access time".
87 static const IconData access_time = IconData(0xe192, fontFamily: 'MaterialIcons');