Searched refs:remount (Results 1 – 25 of 39) sorted by relevance
12
/external/toybox/toys/lsb/ |
D | mount.c | 267 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local 299 remount = (void *)(long)comma_scan(opts, "remount", 1); in mount_main() 300 if (((toys.optflags & FLAG_a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main() 302 if (remount) remount = mm; in mount_main() 307 if ((toys.optflags & FLAG_a) || (dev && (!dir || getuid() || remount))) { in mount_main() 308 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main() 310 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next)) in mount_main() 337 if (mtl2 && !remount) in mount_main() 360 remount ? "/proc/mounts" : "fstab"); in mount_main()
|
/external/vogar/src/vogar/android/ |
D | AdbTarget.java | 62 remount(); in await() 97 private void remount() { in remount() method in AdbTarget
|
/external/strace/qemu_multiarch_testing/hdc.dir/ |
D | init2 | 15 mount -o remount,ro /home
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | updateRoutageDomains.sh | 83 adb remount
|
/external/autotest/server/brillo/feedback/ |
D | closed_loop_audio_client.py | 135 self.host.remount() 164 self.host.remount()
|
/external/apache-harmony/jdwp/ |
D | Android_debug_config.mk | 127 adb remount
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 148 remount
|
D | cmp_policy.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 148 remount
|
D | alias-base.conf | 148 remount
|
D | role-base.conf | 148 remount
|
D | small-base.conf | 148 remount
|
/external/dnsmasq/contrib/wrt/ |
D | README | 7 *WRT systems remount all non-volatile fileystems read-only after boot,
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 148 remount
|
D | base-notmetreq.conf | 147 remount
|
D | base-metreq.conf | 148 remount
|
/external/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 148 remount
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 50 $ADB remount
|
/external/autotest/client/profilers/powertop/src/po/ |
D | ru.po | 533 " mount -o remount,noatime / or by pressing the T key \n" 538 " mount -o remount,noatime / или нажатием клавиши T\n"
|
D | ja.po | 518 " mount -o remount,noatime / or by pressing the T key \n" 523 " mount -o remount,noatime / またはTキーを押してください。\n"
|
D | zh.po | 88 " mount -o remount,noatime / or by pressing the T key \n" 92 " mount -o remount,noatime / 或直接按下 T 鍵\n"
|
D | pl.po | 526 " mount -o remount,noatime / or by pressing the T key \n" 532 " mount -o remount,noatime / lub przez naciśnięcie klawisza T \n"
|
D | de.po | 506 " mount -o remount,noatime / or by pressing the T key \n" 510 " mount -o remount,noatime / oder betätigen Sie die T-Taste.\n"
|
D | fi.po | 529 " mount -o remount,noatime / or by pressing the T key \n" 535 "\tmount -o remount,noatime /\ttai painamalla T-näppäintä\n"
|
D | id.po | 530 " mount -o remount,noatime / or by pressing the T key \n" 536 " mount -o remount,noatime / atau dengan menekan tombol T \n"
|
12