Searched refs:SelabelLookupFileContext (Results 1 – 6 of 6) sorted by relevance
/system/core/init/ |
D | selinux.h | 33 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
|
D | host_init_stubs.h | 56 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
|
D | host_init_stubs.cpp | 52 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
|
D | util.cpp | 113 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()
|
D | selinux.cpp | 560 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
|
D | builtins.cpp | 746 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) { in MakeSymlink()
|