Home
last modified time | relevance | path

Searched refs:remount (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/toybox/toys/lsb/
Dmount.c292 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local
324 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main()
325 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
327 if (remount) remount = mm; in mount_main()
332 if (FLAG(a) || (dev && (!dir || getuid() || remount))) { in mount_main()
333 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main()
335 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next)) in mount_main()
362 if (mtl2 && !remount) in mount_main()
385 remount ? "/proc/mounts" : "fstab"); in mount_main()
/third_party/e2fsprogs/tests/m_error_behavior/
Dscript46 echo "error remount-ro" >> $OUT
47 $MKE2FS -e remount-ro -F $TMPFILE > /dev/null 2>&1
66 echo "error default profile remount-ro" >> $OUT
67 write_defaults_conf remount-ro
88 echo "error fs_types profile remount-ro" >> $OUT
89 write_section_conf remount-ro
94 echo "error fs_types profile remount-ro" >> $OUT
95 write_section_conf remount-ro
Dexpect7 error remount-ro
14 error default profile remount-ro
21 error fs_types profile remount-ro
23 error fs_types profile remount-ro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c279 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local
312 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main()
313 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main()
315 if (remount) remount = mm; in mount_main()
/third_party/flutter/skia/tools/skpbench/
D_hardware_android.py18 self._adb.remount()
23 self._adb.remount()
D_adb.py47 def remount(self): member in Adb
/third_party/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh65 ROD mount -o remount,ro $MNTDIR
66 ROD mount -o remount,rw $MNTDIR
/third_party/skia/tools/skpbench/
D_hardware_android.py19 self._adb.remount()
24 self._adb.remount()
D_adb.py47 def remount(self): member in Adb
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh332 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null
355 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null
/third_party/libusb/android/
DREADME62 adb shell su -c "mount -o remount,rw /system"
79 adb shell su -c "mount -o remount,ro /system"
/third_party/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh232 mount -o remount,ro,bind dir1 dir3-ro
/third_party/musl/scripts/
Druntest_Windows.bat66 hdc shell mount -o rw,remount /
/third_party/littlefs/tests/
Dtest_alloc.toml360 // remount to force an alloc scan
511 // remount to force reset of lookahead
561 // remount to force reset of lookahead
626 // remount to force reset of lookahead
/third_party/mesa3d/docs/
Dandroid.rst59 driver development, we need to unlock the device and remount
66 adb remount -R
/third_party/glib/gio/
Dgmount.c718 if (iface->remount == NULL) in g_mount_remount()
730 (* iface->remount) (mount, flags, mount_operation, cancellable, callback, user_data); in g_mount_remount()
Dgmount.h113 void (* remount) (GMount *mount, member
/third_party/toybox/www/doc/
Dmount.txt24 "mount -o remount -w" is equivalent to "mount -o remount,rw"). Behind the
39 require any specific filesystem at all. The "-o remount" flag requires looking
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf148 remount
Dsmall-base.conf148 remount
/third_party/musl/ndk-test/script/
Druntest_Windows.bat31 @REM hdc shell mount -o rw,remount /
/third_party/selinux/libsepol/tests/policies/test-expander/
Dalias-base.conf148 remount
Drole-base.conf148 remount
Duser-base.conf148 remount
/third_party/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf148 remount

123456