Searched full:access_time (Results 1 – 12 of 12) sorted by relevance
| /external/e2fsprogs/lib/ext2fs/ |
| D | windows_io.c | 86 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()
|
| D | unix_io.c | 94 int access_time; member 109 int access_time; member 508 data->access_time = 0; in alloc_cache() 511 cache->access_time = 0; in alloc_cache() 534 data->access_time = 0; in free_cache() 537 cache->access_time = 0; in free_cache() 568 cache->access_time = ++data->access_time; in find_cached_block() 572 (cache->access_time < oldest_cache->access_time)) in find_cached_block() 602 cache->access_time = ++data->access_time; in reuse_cache()
|
| /external/exfatprogs/include/ |
| D | exfat_ondisk.h | 166 __le16 access_time; member 213 #define file_access_time dentry.file.access_time
|
| /external/cldr/tools/scripts/ansible/ |
| D | server-playbook.yml | 56 access_time: preserve
|
| /external/libcups/scheduler/ |
| D | quotas.c | 141 * the access_time member is updated so the job isn't unloaded right away... in cupsdUpdateQuota()
|
| D | job.h | 45 time_t access_time, /* Last access time */ member
|
| D | job.c | 49 * IPP_JOB_STOPPED, job->printer != NULL, or job->access_time is recent. 1666 job->access_time = time(NULL); in cupsdLoadJob() 2054 job->access_time = time(NULL); in cupsdLoadJob() 2821 job->access_time < expire) in cupsdUnloadCompletedJobs()
|
| /external/ltp/testcases/kernel/syscalls/mount/ |
| D | mount03.c | 21 * - MS_NODIRATIME - only update access_time for directory instead of all types
|
| /external/cronet/base/files/ |
| D | file_path_watcher_unittest.cc | 558 Time access_time; in TEST_F() local 559 ASSERT_TRUE(Time::FromString("Wed, 16 Nov 1994, 00:00:00", &access_time)); in TEST_F() 560 ASSERT_TRUE(base::TouchFile(dir, access_time, access_time)); in TEST_F()
|
| D | file_util_unittest.cc | 3997 Time access_time; in TEST_F() local 4001 &access_time)); in TEST_F() 4009 ASSERT_TRUE(TouchFile(foobar, access_time, modification_time)); in TEST_F() 4014 EXPECT_EQ(access_time.ToInternalValue(), in TEST_F()
|
| /external/libchrome/base/files/ |
| D | file_util_unittest.cc | 3242 Time access_time; in TEST_F() local 3246 &access_time)); in TEST_F() 3254 ASSERT_TRUE(TouchFile(foobar, access_time, modification_time)); in TEST_F() 3259 EXPECT_EQ(access_time.ToInternalValue(), in TEST_F()
|
| /external/OpenCL-CTS/test_common/miniz/ |
| D | miniz.c | 2314 static mz_bool mz_zip_set_file_times(const char *pFilename, time_t access_time, time_t modified_tim… in mz_zip_set_file_times() argument 2316 struct utimbuf t; t.actime = access_time; t.modtime = modified_time; in mz_zip_set_file_times()
|