Home
last modified time | relevance | path

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

/system/core/init/
Dselabel.cpp63 std::vector<const char*> c_aliases; in SelabelLookupFileContextBestMatch() local
65 c_aliases.emplace_back(alias.c_str()); in SelabelLookupFileContextBestMatch()
67 c_aliases.emplace_back(nullptr); in SelabelLookupFileContextBestMatch()
70 if (selabel_lookup_best_match(sehandle, &context, key.c_str(), &c_aliases[0], type) != 0) { in SelabelLookupFileContextBestMatch()