Searched refs:ro (Results 1 - 12 of 12) sorted by relevance

/system/core/trusty/
H A Dtrusty-base.mk27 ro.hardware.keystore=trusty \
28 ro.hardware.gatekeeper=trusty
/system/sepolicy/prebuilts/api/26.0/private/
H A Dproperty_contexts14 ro.ril. u:object_r:radio_prop:s0
20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
23 ro.hw. u:object_r:system_prop:s0
55 ro.sys.safemode u:object_r:safemode_prop:s0
61 ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
62 ro.boottime. u:object_r:boottime_prop:s0
63 ro.serialno u:object_r:serialno_prop:s0
64 ro.boot.btmacaddr u:object_r:bluetooth_prop:s0
65 ro
[all...]
/system/sepolicy/private/
H A Dproperty_contexts14 ro.ril. u:object_r:radio_prop:s0
20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
23 ro.hw. u:object_r:system_prop:s0
56 ro.sys.safemode u:object_r:safemode_prop:s0
62 ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
63 ro.boottime. u:object_r:boottime_prop:s0
64 ro.serialno u:object_r:serialno_prop:s0
65 ro.boot.btmacaddr u:object_r:bluetooth_prop:s0
66 ro
[all...]
/system/vold/fs/
H A DVfat.h31 status_t Mount(const std::string& source, const std::string& target, bool ro,
H A DExt4.h31 status_t Mount(const std::string& source, const std::string& target, bool ro,
H A DExt4.cpp79 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
131 status_t Mount(const std::string& source, const std::string& target, bool ro, argument
142 flags |= (ro ? MS_RDONLY : 0);
H A DVfat.cpp126 status_t Mount(const std::string& source, const std::string& target, bool ro, argument
139 flags |= (ro ? MS_RDONLY : 0);
/system/core/logcat/
H A Dlogcatd.rc57 service logcatd /system/bin/logcatd -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n ${logd.logpersistd.size:-256} --id=${ro.build.id}
H A Dlogpersist4 case `getprop ro.debuggable` in
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
/system/extras/ioblame/
H A Dioblame.sh38 model=`adb shell getprop ro.product.name`
/system/extras/app-launcher/
H A Dapp-launcher255 # suffix=`$adb shell getprop ro.boot.slot_suffix`
277 # suffix=`$adb shell getprop ro.boot.slot_suffix`
521 model=`$adb shell getprop ro.product.name`

Completed in 169 milliseconds