Home
last modified time | relevance | path

Searched refs:SELINUX_RESTORECON_ERROR (Results 1 – 4 of 4) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_error.h41 SELINUX_RESTORECON_ERROR, enumerator
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_error.cpp35 [SELINUX_RESTORECON_ERROR] = "hap path restorecon error",
Dhap_restorecon.cpp235 return failFlag ? -SELINUX_RESTORECON_ERROR : SELINUX_SUCC; in HapFileRestorecon()
/base/security/selinux_adapter/test/unittest/hap_restorecon/
Dunit_test.cpp559 ASSERT_EQ(-SELINUX_RESTORECON_ERROR, test.HapFileRestorecon(g_hapFileInfoWithInvalidPath));