Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 140) sorted by relevance

123456

/system/bt/device/src/
Dcontroller.cc87 static bool readable; variable
281 readable = true; in start_up()
286 readable = false; in shut_down()
300 static bool get_is_ready(void) { return readable; } in get_is_ready()
303 CHECK(readable); in get_address()
308 CHECK(readable); in get_bt_version()
313 CHECK(readable); in get_local_supported_codecs()
322 CHECK(readable); in get_ble_supported_states()
328 CHECK(readable); in supports_simple_pairing()
333 CHECK(readable); in supports_secure_connections()
[all …]
/system/sepolicy/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
Dheapprofd.te48 # Some dex files are not world-readable.
Ddex2oat.te64 # create them itself (and make them world-readable).
Dephemeral_app.te76 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/30.0/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dtraced_perf.te21 # are world-readable, e.g. odex files that included user profiles during
Dheapprofd.te48 # Some dex files are not world-readable.
Dephemeral_app.te80 # best practice to ensure these files aren't readable.
Ddex2oat.te67 # create them itself (and make them world-readable).
/system/sepolicy/prebuilts/api/26.0/public/
Dproperty.te59 # are readable to everyone, which is overly broad and should
Ddex2oat.te59 # create them itself (and make them world-readable).
/system/sepolicy/prebuilts/api/27.0/public/
Dproperty.te59 # are readable to everyone, which is overly broad and should
Ddex2oat.te59 # create them itself (and make them world-readable).
/system/timezone/debug_tools/host/
DREADME.android9 It also dumps human-readable CSV files of the (v1) content currently used by
/system/core/rootdir/
Dueventd.rc34 # Make HW RNG readable by group system to let EntropyMixer read it.
/system/sepolicy/prebuilts/api/27.0/private/
Dephemeral_app.te51 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/26.0/private/
Dephemeral_app.te49 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/28.0/public/
Ddex2oat.te59 # create them itself (and make them world-readable).
Dproperty_contexts1 # vendor-init-readable
132 # vendor-init-readable|vendor-init-actionable
143 # public-readable
216 # vendor-init-settable|public-readable
306 # vendor-init-actionable|public-readable
/system/sepolicy/prebuilts/api/28.0/private/
Dephemeral_app.te62 # best practice to ensure these files aren't readable.
/system/sepolicy/prebuilts/api/29.0/private/
Dheapprofd.te50 # Some dex files are not world-readable.
Ddex2oat.te67 # create them itself (and make them world-readable).
/system/core/logcat/
Dlogcat.cpp1066 long readable = android_logger_get_log_readable_size(logger); in Run() local
1068 if (size < 0 || readable < 0) { in Run()
1072 auto readable_format = format_of_size(readable); in Run()

123456