Searched refs:SelabelLookupFileContext (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | host_init_stubs.h | 51 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext() function
|
D | selabel.h | 26 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
|
D | selabel.cpp | 40 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
|
D | util.cpp | 116 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()
|
D | builtins.cpp | 789 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) { in MakeSymlink()
|