Home
last modified time | relevance | path

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

/art/test/utils/
Dget-device-test-native-lib-path20 native libraries installed on the device for testing purposes.
/art/build/
DAndroid.bp260 // Tests and build files rely on this file to be installed as "conscrypt-hostdex",
261 // therefore set a stem. Without it, the file would be installed as
280 // Tests and build files rely on this file to be installed as "core-icu4j-hostdex",
281 // therefore set a stem. Without it, the file would be installed as
/art/test/
DREADME.chroot.md6 does not interfere with the Runtime installed in the device's system partition.
/art/build/apex/
DAndroid.bp25 // installed in `/system` for the ART Buildbot set-up to work properly. This is
153 // installed in `/system` for the ART Buildbot set-up to work properly. This is
/art/runtime/
Dthread.cc1683 bool installed = false; in RequestSynchronousCheckpoint() local
1686 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()
1688 if (installed) { in RequestSynchronousCheckpoint()