Home
last modified time | relevance | path

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

/system/core/init/
Dhost_init_stubs.h51 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext() function
Dselabel.h26 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
Dselabel.cpp40 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
Dutil.cpp116 if (SelabelLookupFileContext(addr.sun_path, S_IFSOCK, &secontext) && !secontext.empty()) { in CreateSocket()
183 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in OpenFile()
253 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in make_dir()
Dbuiltins.cpp789 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) { in MakeSymlink()