/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | TreeNode.java | 92 V candidate = children.get(i); in removeChild() local 93 if (toRemove.equals(candidate)) { in removeChild()
|
/system/security/identity/ |
D | CredentialData.cpp | 491 AuthKeyData* candidate = nullptr; in selectAuthKey() local 497 if (candidate == nullptr || data.useCount < candidate->useCount) { in selectAuthKey() 498 candidate = &data; in selectAuthKey() 505 if (candidate == nullptr) { in selectAuthKey() 509 if (candidate->useCount >= maxUsesPerKey_ && !allowUsingExhaustedKeys) { in selectAuthKey() 513 candidate->useCount += 1; in selectAuthKey() 514 return candidate; in selectAuthKey()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | migrate_legacy_obb_data.te | 23 # should be a candidate for O_CLOEXEC.
|
/system/sepolicy/private/ |
D | migrate_legacy_obb_data.te | 23 # should be a candidate for O_CLOEXEC.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | migrate_legacy_obb_data.te | 23 # should be a candidate for O_CLOEXEC.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | update_engine_common.te | 38 allow update_engine proc:file r_file_perms; # delete candidate
|
D | shell.te | 84 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
D | te_macros | 19 # XXX dontaudit candidate but requires further study.
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 1188 candidate = "" 1206 candidate = candidate2 1222 candidate = candidate3 1228 return whole_match.replace(candidate,filter_function(node))
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | update_engine_common.te | 44 allow update_engine proc:file r_file_perms; # delete candidate
|
D | shell.te | 85 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
D | te_macros | 19 # XXX dontaudit candidate but requires further study.
|
/system/core/fs_mgr/liblp/include/liblp/ |
D | builder.h | 407 const LinearExtent& candidate) const; 408 bool IsAnyRegionAllocated(const LinearExtent& candidate) const;
|
/system/core/fs_mgr/ |
D | fs_mgr_overlayfs.cpp | 294 auto candidate = fs_mgr_get_overlayfs_candidate(mount_point); in fs_mgr_get_overlayfs_options() local 295 if (candidate.empty()) return ""; in fs_mgr_get_overlayfs_options() 296 auto ret = kLowerdirOption + mount_point + "," + kUpperdirOption + candidate + kUpperName + in fs_mgr_get_overlayfs_options() 297 ",workdir=" + candidate + kWorkName; in fs_mgr_get_overlayfs_options()
|
/system/core/fs_mgr/liblp/ |
D | builder.cpp | 852 const LinearExtent& candidate) const { in IsAnyRegionCovered() 854 if (candidate.OverlapsWith(region)) { in IsAnyRegionCovered() 861 bool MetadataBuilder::IsAnyRegionAllocated(const LinearExtent& candidate) const { in IsAnyRegionAllocated() 868 if (linear->OverlapsWith(candidate)) { in IsAnyRegionAllocated()
|
/system/vold/ |
D | FsCrypt.cpp | 161 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i); in get_ce_key_new_path() local 162 if (paths[0] < candidate) { in get_ce_key_new_path() 163 *ce_key_path = candidate; in get_ce_key_new_path()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 41 with individual types is a candidate for removal. The rule with
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | shell.te | 101 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
D | te_macros | 19 # XXX dontaudit candidate but requires further study.
|
/system/sepolicy/public/ |
D | shell.te | 70 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
/system/core/fastboot/ |
D | fastboot.cpp | 1682 auto candidate = android::fs_mgr::GetPartitionName(partition); in should_flash_in_userspace() local 1687 if (candidate + "_a" == partition_name || candidate + "_b" == partition_name) { in should_flash_in_userspace() 1690 } else if (candidate == partition_name) { in should_flash_in_userspace()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 110 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
D | te_macros | 19 # XXX dontaudit candidate but requires further study.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 118 # TODO: why is this so broad? Tightening candidate? It needs at list:
|
D | te_macros | 19 # XXX dontaudit candidate but requires further study.
|