Searched defs:pv (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A DRuntimeInfo-target.cpp101 int pv; local
103 pv = security_policyvers();
105 pv = 0;
107 if (pv < 0) {
108 return pv;
110 mRuntimeInfo->mKernelSepolicyVersion = pv;

Completed in 172 milliseconds