Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.h46 android::base::Result<void> InitChroot() const REQUIRES(mu_);
Ddexopt_chroot_setup.cc360 OR_RETURN_NON_FATAL(InitChroot()); in init()
477 Result<void> DexoptChrootSetup::InitChroot() const { in InitChroot() function in art::dexopt_chroot_setup::DexoptChrootSetup