Home
last modified time | relevance | path

Searched refs:SelabelLookupFileContext (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dselinux.h33 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
Dhost_init_stubs.h56 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
Dhost_init_stubs.cpp52 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
Dutil.cpp113 if (SelabelLookupFileContext(addr.sun_path, S_IFSOCK, &secontext) && !secontext.empty()) { in CreateSocket()
185 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in OpenFile()
256 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in make_dir()
Dselinux.cpp560 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
Dbuiltins.cpp746 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) { in MakeSymlink()