Home
last modified time | relevance | path

Searched refs:POLICYVERS (Results 1 – 6 of 6) sorted by relevance

/system/sepolicy/tools/
Dpolicy_version_check.sh7 echo "POLICYVERS in Android.mk must match DSEPOLICY_VERSION in Android.bp" 1>&2
/system/libvintf/test/
DRuntimeInfo-fake.cpp52 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in doFetch()
/system/libvintf/include/vintf/
DRuntimeInfo.h91 POLICYVERS = 1 << 3, enumerator
/system/libvintf/
DRuntimeInfo-target.cpp158 {F::POLICYVERS, &RF::fetchKernelSepolicyVers, "kernel sepolicy version"}, in fetchAllInformation()
Dmain.cpp408 RuntimeInfo::FetchFlag::POLICYVERS; in dumpRi()
Dcheck_vintf.cpp133 if (flags & RuntimeInfo::FetchFlag::POLICYVERS) { in fetchAllInformation()