Home
last modified time | relevance | path

Searched defs:kernelSepolicyVersion (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/libvintf/include/vintf/
H A DSepolicy.h42 inline size_t kernelSepolicyVersion() const { return mKernelSepolicyVersion.value; } in kernelSepolicyVersion() function
/aosp_15_r20/system/libvintf/
H A DRuntimeInfo.cpp60 size_t RuntimeInfo::kernelSepolicyVersion() const { in kernelSepolicyVersion() function in android::vintf::RuntimeInfo
/aosp_15_r20/out/soong/.intermediates/system/libvintf/xsd/compatibilityMatrix/compatibility_matrix/gen/cpp/
Dcompatibility_matrix.cpp517 …Sepolicy::Sepolicy(std::optional<std::string> kernelSepolicyVersion, std::vector<std::string> sepo… in Sepolicy()
546 std::optional<std::string> kernelSepolicyVersion; in read() local