Searched refs:SelabelLookupFileContext (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/init/ |
H A D | selabel.h | 26 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
|
H A D | host_init_stubs.h | 55 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext() function
|
H A D | selabel.cpp | 40 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() function
|
H A D | util.cpp | 117 if (SelabelLookupFileContext(addr.sun_path, S_IFSOCK, &secontext) && !secontext.empty()) { in CreateSocket() 187 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in OpenFile() 272 if (SelabelLookupFileContext(path, mode, &secontext) && !secontext.empty()) { in make_dir()
|
H A D | builtins.cpp | 806 if (SelabelLookupFileContext(linkpath, 0, &secontext) && !secontext.empty()) { in MakeSymlink()
|