Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc313 Result<void> MountTmpfs(const std::string& target, std::string_view se_context) { in MountTmpfs() argument
318 ART_FORMAT("mode={:#o},rootcontext={}", kChrootDefaultMode, se_context).c_str()) != 0) { in MountTmpfs()
/art/artd/
Dartd.cc527 const std::optional<OutputArtifacts::PermissionSettings::SeContext>& se_context, in Restorecon() argument
535 if (se_context.has_value()) { in Restorecon()
537 path.c_str(), se_context->seInfo.c_str(), se_context->uid, flags); in Restorecon()
Dartd.h54 se_context,