HomeSort by relevance Sort by last modified time
    Searched refs:SelabelLookupFileContext (Results 1 - 6 of 6) sorted by null

  /system/core/init/
selinux.h 33 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
host_init_stubs.cpp 58 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) {
host_init_stubs.h 61 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
util.cpp 117 if (SelabelLookupFileContext(addr.sun_path, S_IFSOCK, &secontext) && !secontext.empty()) {
189 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) {
260 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) {
selinux.cpp 494 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) {
builtins.cpp 648 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) {
    [all...]

Completed in 1098 milliseconds