Home
last modified time | relevance | path

Searched refs:GetParamLabelIndex (Results 1 – 5 of 5) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_parameter.h82 int GetParamLabelIndex(const char *paraName);
/base/security/selinux_adapter/test/unittest/paraperm_checker/
Dunit_test.cpp80 ASSERT_EQ(INVALID_INDEX, GetParamLabelIndex(nullptr));
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_parameter.c90 int GetParamLabelIndex(const char *paraName) in GetParamLabelIndex() function
/base/security/selinux_adapter/interfaces/tools/param_check/
Dtest.cpp97 int index = GetParamLabelIndex(paraName.c_str()); in TestGetContext()
/base/startup/init/services/param/adapter/
Dparam_selinux.c104 selinuxSpace->getParamLabelIndex = GetParamLabelIndex; in InitLocalSecurityLabel()