Home
last modified time | relevance | path

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

/art/test/utils/
Dget-device-test-native-lib-path20 native libraries installed on the device for testing purposes.
/art/build/apex/
DAndroid.bp24 // 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/test/
DREADME.chroot.md6 does not interfere with the Runtime installed in the device's system partition.
/art/runtime/
Dthread.cc1689 bool installed = false; in RequestSynchronousCheckpoint() local
1692 installed = RequestCheckpoint(&barrier_closure); in RequestSynchronousCheckpoint()
1694 if (installed) { in RequestSynchronousCheckpoint()