Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup_fuzzer.cc22 using ::art::dexopt_chroot_setup::DexoptChrootSetup;
26 auto dexopt_chroot_setup = SharedRefBase::make<DexoptChrootSetup>(); in LLVMFuzzerTestOneInput() local
28 fuzzService(dexopt_chroot_setup->asBinder().get(), FuzzedDataProvider(data, size)); in LLVMFuzzerTestOneInput()
Ddexopt_chroot_setup_main.cc28 auto dexopt_chroot_setup = in main() local
29 ndk::SharedRefBase::make<art::dexopt_chroot_setup::DexoptChrootSetup>(); in main()
33 if (android::base::Result<void> ret = dexopt_chroot_setup->Start(); !ret.ok()) { in main()
DAndroid.bp30 "dexopt_chroot_setup.cc",
39 "dexopt_chroot_setup-aidl-ndk",
45 name: "dexopt_chroot_setup",
DREADME.md1 ## dexopt_chroot_setup section
3 dexopt_chroot_setup is a component of ART Service. It sets up the chroot
42 mount point of the `system` image. Created by `dexopt_chroot_setup`, and only
Ddexopt_chroot_setup.h28 namespace dexopt_chroot_setup {
Ddexopt_chroot_setup_test.cc40 namespace dexopt_chroot_setup { namespace
Ddexopt_chroot_setup.cc56 namespace dexopt_chroot_setup { namespace
/art/build/apex/
Dart.rc27 # is set up by dexopt_chroot_setup. It's a lazy service that is started and
44 # art/dexopt_chroot_setup/README.md. It's a lazy service that is started and
46 service dexopt_chroot_setup /apex/com.android.art/bin/dexopt_chroot_setup
47 interface aidl dexopt_chroot_setup
DAndroid.bp201 "dexopt_chroot_setup",
/art/dexopt_chroot_setup/binder/
DAndroid.bp26 name: "dexopt_chroot_setup-aidl",
/art/libartservice/service/
DAndroid.bp99 "dexopt_chroot_setup-aidl-java",