Home
last modified time | relevance | path

Searched full:access_time (Results 1 – 20 of 20) sorted by relevance

/external/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
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/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/
DUpdateEntity.java41 System.out.println("Updating access_time for " + entity.getString("name")); in main()
42 entity = Entity.newBuilder(entity).set("access_time", Timestamp.now()).build(); in main()
DCreateEntity.java43 .set("access_time", Timestamp.now()) in main()
/external/exfatprogs/include/
Dexfat_ondisk.h156 __le16 access_time; member
205 #define file_access_time dentry.file.access_time
/external/cldr/tools/scripts/ansible/
Dserver-playbook.yml66 access_time: preserve
/external/libcups/scheduler/
Djob.h45 time_t access_time, /* Last access time */ member
Dquotas.c141 * the access_time member is updated so the job isn't unloaded right away... in cupsdUpdateQuota()
Djob.c49 * 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()
2814 job->access_time < expire) in cupsdUnloadCompletedJobs()
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c21 * - MS_NODIRATIME - only update access_time for directory instead of all types
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DIamPolicyAnalysisQuery.java4049 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4063 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4077 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4138 ACCESS_TIME(1), enumConstant
4158 return ACCESS_TIME; in forNumber()
4185 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4202 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4222 * <code>.google.protobuf.Timestamp access_time = 1;</code>
4558 case ACCESS_TIME: in mergeFrom()
4647 * <code>.google.protobuf.Timestamp access_time = 1;</code>
[all …]
DAssetServiceProto.java503 + "\340A\001\032T\n\020ConditionContext\0221\n\013access_time\030\001"
/external/cronet/base/files/
Dfile_path_watcher_unittest.cc962 Time access_time; in TEST_F() local
963 ASSERT_TRUE(Time::FromString("Wed, 16 Nov 1994, 00:00:00", &access_time)); in TEST_F()
964 ASSERT_TRUE(TouchFile(dir, access_time, access_time)); in TEST_F()
Dfile_util_unittest.cc4004 Time access_time; in TEST_F() local
4008 &access_time)); in TEST_F()
4016 ASSERT_TRUE(TouchFile(foobar, access_time, modification_time)); in TEST_F()
4021 EXPECT_EQ(access_time.ToInternalValue(), in TEST_F()
/external/exfatprogs/lib/
Dexfat_dir.c614 dset[0].dentry.file.access_time = e_time; in exfat_build_file_dentry_set()
/external/libchrome/base/files/
Dfile_util_unittest.cc3242 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/lzma/CPP/7zip/Archive/
DApfsHandler.cpp1349 UInt64 access_time; member
1492 G64 (0x28, access_time) in Parse()
3963 case kpidATime: if (inode) ApfsTimeToProp(inode->access_time, prop); break;
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2314 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()
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/proto/google/cloud/asset/v1/
Dasset_service.proto1334 google.protobuf.Timestamp access_time = 1; field
/external/googleapis/google/cloud/asset/v1/
Dasset_service.proto1384 google.protobuf.Timestamp access_time = 1; field