Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 25 of 36) sorted by relevance

12

/system/core/fastboot/
Dutil.cpp85 auto candidate = android::fs_mgr::GetPartitionName(partition); in should_flash_in_userspace() local
90 if (candidate + "_a" == partition_name || candidate + "_b" == partition_name) { in should_flash_in_userspace()
93 } else if (candidate == partition_name) { in should_flash_in_userspace()
/system/security/identity/
DCredentialData.cpp521 AuthKeyData* candidate = nullptr; in findAuthKey_() local
535 if (candidate == nullptr || data.useCount < candidate->useCount) { in findAuthKey_()
536 candidate = &data; in findAuthKey_()
542 if (candidate == nullptr) { in findAuthKey_()
546 if (candidate->useCount >= maxUsesPerKey_ && !allowUsingExhaustedKeys) { in findAuthKey_()
550 return candidate; in findAuthKey_()
556 AuthKeyData* candidate; in selectAuthKey() local
559 candidate = findAuthKey_(allowUsingExhaustedKeys, false); in selectAuthKey()
560 if (candidate == nullptr) { in selectAuthKey()
567 candidate = findAuthKey_(allowUsingExhaustedKeys, true); in selectAuthKey()
[all …]
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DTreeNode.java92 V candidate = children.get(i); in removeChild() local
93 if (toRemove.equals(candidate)) { in removeChild()
/system/sepolicy/prebuilts/api/34.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/prebuilts/api/33.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/prebuilts/api/32.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/prebuilts/api/29.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/prebuilts/api/30.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/sepolicy/prebuilts/api/31.0/private/
Dmigrate_legacy_obb_data.te23 # should be a candidate for O_CLOEXEC.
/system/security/keystore2/src/
Doperation.rs652 let candidate = pruning_info.iter().fold( in prune() localVariable
711 let candidate = candidate.or(oldest_caller_op); in prune() localVariable
713 match candidate { in prune()
/system/media/camera/docs/
Dmetadata_helpers.py1205 candidate = ""
1223 candidate = candidate2
1239 candidate = candidate3
1245 return whole_match.replace(candidate,filter_function(node))
/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h407 const LinearExtent& candidate) const;
408 bool IsAnyRegionAllocated(const LinearExtent& candidate) const;
/system/core/fs_mgr/liblp/
Dbuilder.cpp847 const LinearExtent& candidate) const { in IsAnyRegionCovered()
849 if (candidate.OverlapsWith(region)) { in IsAnyRegionCovered()
856 bool MetadataBuilder::IsAnyRegionAllocated(const LinearExtent& candidate) const { in IsAnyRegionAllocated()
863 if (linear->OverlapsWith(candidate)) { in IsAnyRegionAllocated()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp342 auto candidate = fs_mgr_get_overlayfs_candidate(mount_point); in fs_mgr_get_overlayfs_options() local
343 if (candidate.empty()) return ""; in fs_mgr_get_overlayfs_options()
344 auto ret = kLowerdirOption + mount_point + "," + kUpperdirOption + candidate + kUpperName + in fs_mgr_get_overlayfs_options()
345 ",workdir=" + candidate + kWorkName; in fs_mgr_get_overlayfs_options()
/system/vold/
DFsCrypt.cpp183 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i); in get_ce_key_new_path() local
184 if (paths[0] < candidate) { in get_ce_key_new_path()
185 *ce_key_path = candidate; in get_ce_key_new_path()
/system/sepolicy/tools/sepolicy-analyze/
DREADME41 with individual types is a candidate for removal. The rule with
/system/sepolicy/prebuilts/api/31.0/public/
Dshell.te77 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/prebuilts/api/33.0/public/
Dshell.te78 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/prebuilts/api/34.0/public/
Dshell.te75 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/prebuilts/api/32.0/public/
Dshell.te77 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/public/
Dshell.te75 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/prebuilts/api/29.0/public/
Dshell.te110 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/sepolicy/prebuilts/api/30.0/public/
Dshell.te118 # TODO: why is this so broad? Tightening candidate? It needs at list:
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp1041 auto candidate = std::find(sortedOptions.begin(), sortedOptions.end(), *value); in getMaximum() local
1045 if (std::distance(candidate, bestSoFar) > 0) { in getMaximum()
1046 bestSoFar = candidate; in getMaximum()

12