Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dsubcontext.h34 static constexpr const char kVendorContext[] = "u:r:vendor_init:s0"; variable
H A Dsubcontext.cpp356 new Subcontext(std::vector<std::string>{"/vendor", "/odm"}, kVendorContext)); in InitializeSubcontext()
360 subcontext.reset(new Subcontext(vendor_prefixes, kVendorContext, /*host=*/true)); in InitializeHostSubcontext()
H A Dproperty_service.cpp713 context = kVendorContext; in LoadProperties()