Home
last modified time | relevance | path

Searched defs:non_critical_app (Results 1 – 24 of 24) sorted by relevance

/trusty/user/base/lib/scudo/test/
Dmanifest.json5 "mgmt_flags": {"non_critical_app": true} boolean
/trusty/user/base/lib/hwwsk/rust/
Dmanifest-scudo.json6 "non_critical_app": true boolean
Dmanifest.json6 "non_critical_app": true boolean
/trusty/user/app/sample/memref-test/rust/
Dmanifest.json6 "non_critical_app": true boolean
Dmanifest-scudo.json6 "non_critical_app": true boolean
/trusty/user/base/lib/hwbcc/rust/
Dmanifest.json6 "non_critical_app": true boolean
/trusty/user/base/lib/hwkey/rust/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/base/lib/tipc/rust/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/app/storage/test/storage-unittest-aidl/ns/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/app/sample/storage-test/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/base/lib/storage/rust/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/app/storage/test/storage-unittest-aidl/
Dmanifest.json7 "non_critical_app": true boolean
/trusty/user/base/app/acvp/
Dmanifest.json6 "non_critical_app": true, boolean
/trusty/user/base/app/crash-test/crasher/
Dmanifest.json5 "mgmt_flags": {"non_critical_app": true}, boolean
Dmanifest-scudo.json5 "mgmt_flags": {"non_critical_app": true}, boolean
/trusty/user/base/app/cfi-test/cfi-crasher/
Dmanifest-scudo.json5 "mgmt_flags": {"non_critical_app": true}, boolean
Dmanifest.json5 "mgmt_flags": {"non_critical_app": true}, boolean
/trusty/user/base/app/metrics/test/crasher/
Dmanifest-scudo.json6 "non_critical_app": true boolean
Dmanifest.json6 "non_critical_app": true boolean
/trusty/user/base/lib/scudo/test/srv/
Dmanifest.json5 "mgmt_flags": {"non_critical_app": true}, boolean
/trusty/user/base/lib/dlmalloc/test/srv/
Dmanifest.json5 "mgmt_flags": {"non_critical_app": true}, boolean
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/
Dmanifest.json8 "non_critical_app": true boolean
/trusty/user/base/lib/apploader_policy_engine/include/lib/apploader_policy_engine/
Dapploader_policy_engine.h39 bool non_critical_app; member
/trusty/user/base/tools/
Dmanifest_compiler.py250 def __init__(self, restart_on_exit, deferred_start, non_critical_app): argument