/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | keymaster_enforcement.cpp | 48 uint32_t access_time; member 545 *last_access_time = entry.access_time; in LastKeyAccessTime() 555 iter->access_time = current_time; in UpdateKeyAccessTime() 560 assert(current_time >= iter->access_time); in UpdateKeyAccessTime() 561 if (current_time - iter->access_time >= iter->timeout) in UpdateKeyAccessTime() 571 new_entry.access_time = current_time; in UpdateKeyAccessTime()
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/ |
H A D | UpdateEntity.java | 41 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()
|
H A D | CreateEntity.java | 43 .set("access_time", Timestamp.now()) in main()
|
/aosp_15_r20/external/coreboot/src/device/dram/ |
H A D | ddr2.c | 446 if (spd_decode_bcd_time(&dimm->access_time[cl], spd[10]) != CB_SUCCESS) { in spd_decode_ddr2() 458 if (spd_decode_bcd_time(&dimm->access_time[cl - 1], spd[24]) != CB_SUCCESS) { in spd_decode_ddr2() 470 if (spd_decode_bcd_time(&dimm->access_time[cl - 2], spd[26]) != CB_SUCCESS) { in spd_decode_ddr2() 665 print_ns(buf, dimm->access_time[i]); in dram_print_spd_ddr2()
|
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ |
H A D | IamPolicyAnalysisQuery.java | 4049 * <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 …]
|
H A D | AssetServiceProto.java | 503 + "\340A\001\032T\n\020ConditionContext\0221\n\013access_time\030\001"
|
/aosp_15_r20/external/exfatprogs/include/ |
H A D | exfat_ondisk.h | 156 __le16 access_time; member 205 #define file_access_time dentry.file.access_time
|
/aosp_15_r20/packages/modules/Permission/PermissionController/res/layout/ |
D | access_time_item.xml | 45 android:id="@+id/access_time"
|
/aosp_15_r20/external/cldr/tools/scripts/ansible/ |
H A D | server-playbook.yml | 66 access_time: preserve
|
/aosp_15_r20/external/coreboot/src/include/device/dram/ |
H A D | ddr2.h | 100 u32 access_time[8]; member
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | quotas.c | 141 * the access_time member is updated so the job isn't unloaded right away... in cupsdUpdateQuota()
|
H A D | job.h | 45 time_t access_time, /* Last access time */ member
|
H A 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() 2814 job->access_time < expire) in cupsdUnloadCompletedJobs()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 21 * - MS_NODIRATIME - only update access_time for directory instead of all types
|
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/ |
D | TransactionTestUtils.java | 226 contentValues.put("access_time", "fake_access_time"); in insertAccessLog()
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | AccessLogsHelper.java | 77 private static final String ACCESS_TIME_COLUMN_NAME = "access_time";
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_watcher_unittest.cc | 973 Time access_time; in TEST_F() local 974 ASSERT_TRUE(Time::FromString("Wed, 16 Nov 1994, 00:00:00", &access_time)); in TEST_F() 975 ASSERT_TRUE(TouchFile(dir, access_time, access_time)); in TEST_F()
|
H A D | file_util_unittest.cc | 4059 Time access_time; in TEST_F() local 4063 &access_time)); in TEST_F() 4071 ASSERT_TRUE(TouchFile(foobar, access_time, modification_time)); in TEST_F() 4076 EXPECT_EQ(access_time.ToInternalValue(), in TEST_F()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A 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()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | ApfsHandler.cpp | 1349 UInt64 access_time; member 1492 G64 (0x28, access_time) in Parse() 3963 case kpidATime: if (inode) ApfsTimeToProp(inode->access_time, prop); break;
|
/aosp_15_r20/external/exfatprogs/lib/ |
H A D | exfat_dir.c | 614 dset[0].dentry.file.access_time = e_time; in exfat_build_file_dentry_set()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/PermissionController/PermissionController-lib/android_common_apex30/ |
D | R.txt | 515 int id access_time 0x00000000
|
/aosp_15_r20/packages/modules/Permission/PermissionController/res/values-zh-rTW/ |
D | strings.xml | 140 …sion_usage_timeline_summary" msgid="2713135806453218703">"<xliff:g id="ACCESS_TIME">%1$s</xliff:g>…
|