Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 9 of 9) sorted by relevance

/system/bt/doc/
Dproperties.md16 * ``` ro.bluetooth.hfp.ver ```
17 * ``` ro.bt.bdaddr_path ```
18 * ``` ro.product.model ```
/system/vold/fs/
DExt4.cpp129 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount() argument
140 flags |= (ro ? MS_RDONLY : 0); in Mount()
DVfat.cpp121 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount() argument
134 flags |= (ro ? MS_RDONLY : 0); in Mount()
DVfat.h31 status_t Mount(const std::string& source, const std::string& target, bool ro,
DExt4.h31 status_t Mount(const std::string& source, const std::string& target, bool ro,
/system/core/logd/
DREADME.property9 ro.config.low_ram bool false if true, logd.statistics & logd.klogd
11 ro.build.type string if user, logd.statistics & logd.klogd
/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"`
/system/core/rootdir/
Dinit.rc9 import /init.${ro.hardware}.rc
10 import /init.${ro.zygote}.rc
216 mount rootfs rootfs / ro remount
547 on property:ro.debuggable=1
558 on property:ro.kernel.qemu=1
/system/core/init/
Dreadme.txt180 on property:ro.boot.myfancyhardware=1
230 <flag>s include "ro", "rw", "remount", "noatime", ...