Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 17 of 17) sorted by relevance

/system/sepolicy/prebuilts/api/29.0/private/
Dapp.te12 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dinstalld.te31 # Delete /system/bin/bcc generated artifacts
Dshell.te71 # /system/bin/bcc (b/126388046)
Dfile_contexts187 /system/bin/bcc u:object_r:rs_exec:s0
/system/sepolicy/prebuilts/api/30.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te32 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te69 # /system/bin/bcc (b/126388046)
Dfile_contexts197 /system/bin/bcc u:object_r:rs_exec:s0
/system/sepolicy/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te52 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te82 # /system/bin/bcc (b/126388046)
Dfile_contexts216 /system/bin/bcc u:object_r:rs_exec:s0
/system/sepolicy/prebuilts/api/31.0/private/
Dinstalld.te28 # Delete /system/bin/bcc generated artifacts
Dapp.te52 # Exception for renderscript binaries (/system/bin/bcc, /system/bin/ld.mc)
Dshell.te82 # /system/bin/bcc (b/126388046)
Dfile_contexts216 /system/bin/bcc u:object_r:rs_exec:s0
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp447 cppbor::Array bcc; in GenerateCsr() local
449 std::tie(devicePrivKey, bcc) = rem_prov_ctx->GenerateBcc(/*testMode=*/true); in GenerateCsr()
458 bcc = std::move(*clone->asArray()); in GenerateCsr()
506 .add(std::move(bcc)) in GenerateCsr()