Searched refs:installed (Results 1 – 25 of 45) sorted by relevance
12
/system/tools/aidl/scripts/redundancy_check/ |
D | Android.bp | 10 // --installed-files-json $OUT/installed-files.json \
|
/system/sepolicy/ |
D | README.apps.md | 11 Third-party apps (for example, installed from the Play Store), targeting the 38 SDK runtime apps, installed as part of the Privacy Sandbox project. These are 42 Apps that are signed with the platform key. These are installed within the 47 Apps pre-installed on a device, signed by the platform key and running with the 52 Apps shipped as part of the device and installed in one of the
|
/system/gsid/ |
D | gsi_tool.cpp | 544 bool installed; in WipeData() local 545 status = gsid->isGsiInstalled(&installed); in WipeData() 550 if (!installed) { in WipeData() 577 bool installed; in Status() local 578 status = gsid->isGsiInstalled(&installed); in Status() 582 } else if (installed) { in Status() 590 } else if (running || installed) { in Status() 681 bool installed = false; in Enable() local 682 gsid->isGsiInstalled(&installed); in Enable() 683 if (!installed) { in Enable()
|
/system/apex/docs/ |
D | howto.md | 74 #### File types and places where they are installed in apex 130 * `//apex_available:platform`: The module can be installed to the platform, 151 `native_shared_libs`: installed for **_both_** primary and secondary ABIs of the 154 installed. 156 `binaries`: installed only for the **_primary_** ABI of the device. In other 160 installed. 163 binary is installed. 165 installed. 168 binary is installed. 171 installed, use [all …]
|
D | README.md | 82 early in the boot sequence. APEX files are normally pre-installed on the device 112 information about the installed APEX files. For example, the other system 113 components can query the list of APEX files installed in the device or query the 152 the vbmeta descriptor is installed. The APEX manager uses the public key to 153 verify APEXs that are requested to be installed. Each APEX must be signed with 303 corresponding ABI are installed. 309 installed. 312 binary is installed. 314 installed. 317 binary is installed. [all …]
|
/system/tools/hidl/ |
D | README.md | 45 > modules to be installed in `/system_ext` rather than other partition by putting a 49 > to be installed in `/odm` rather than `/vendor` by putting a marker file
|
/system/apex/shim/ |
D | README.md | 13 pre-installed on the /system/partition. 14 * `apex_payload.img` of the pre-installed shim apexcontains a single text
|
/system/sepolicy/private/ |
D | fingerprintd.te | 7 # Scan through /system/lib64/hw looking for installed HALs
|
D | hwservicemanager.te | 25 # Scan through /system/lib64/hw looking for installed HALs
|
D | webview_zygote.te | 15 # Allow reading/executing installed binaries to enable preloading the 16 # installed WebView implementation.
|
D | ephemeral_app.te | 8 ### ephemeral applications to be safely installed and run. Non ephemeral
|
D | untrusted_app_all.te | 125 # be pre-installed vendor apps that package a library within themselves. 126 # TODO (b/37784178) Consider creating a special type for /vendor/app installed
|
D | app_zygote.te | 70 # Allow reading/executing installed binaries to enable preloading
|
D | apexd.te | 166 # These are used to choose between multi-installed APEXes at activation time.
|
/system/sepolicy/public/ |
D | ephemeral_app.te | 8 ### ephemeral applications to be safely installed and run. Non ephemeral
|
/system/update_engine/stable/ |
D | Android.bp | 68 // update_engine console client installed to APEXes.
|
/system/core/storaged/ |
D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/logging/logd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/logging/liblog/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/memory/lmkd/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 20 … python libraries, hence they require to be installed with pip3. Assuming they already have python…
|
/system/nfc/src/fuzzers/ |
D | README.md | 28 tools installed:
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 151 echo Suntemple already installed.
|
/system/logging/logcat/ |
D | event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/update_engine/ |
D | Android.bp | 649 // as it doesn't look beneficial to be installed separately due to its size. Note 651 // will be used and installed. 663 // We add the static versions of the shared libraries that are not installed to
|
12