Searched refs:remount (Results 1 – 25 of 29) sorted by relevance
12
/third_party/toybox/toys/lsb/ |
D | mount.c | 293 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local 325 remount = (void *)(long)comma_scan(opts, "remount", 0); in mount_main() 326 if ((FLAG(a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main() 328 if (remount) remount = mm; in mount_main() 333 if (FLAG(a) || (dev && (!dir || getuid() || remount))) { in mount_main() 334 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main() 336 for (mm = remount ? remount : mtl; mm; mm = (remount ? mm->prev : mm->next)) in mount_main() 363 if (mtl2 && !remount) in mount_main() 386 remount ? "/proc/mounts" : "fstab"); in mount_main()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 279 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/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 65 ROD mount -o remount,ro $MNTDIR 66 ROD mount -o remount,rw $MNTDIR
|
/third_party/skia/tools/skpbench/ |
D | _hardware_android.py | 19 self._adb.remount() 24 self._adb.remount()
|
D | _adb.py | 47 def remount(self): member in Adb
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 332 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null 355 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null
|
/third_party/musl/scripts/ |
D | run_libcgtest_linux.sh | 14 ${CMD} shell mount -o remount,rw /
|
D | run_libcgtest_windows.bat | 12 hdc_std shell mount -o remount,rw /
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 232 mount -o remount,ro,bind dir1 dir3-ro
|
/third_party/rust/crates/rustix/src/fs/ |
D | mount.rs | 46 pub fn remount<Target: path::Arg, Data: path::Arg>( in remount() function
|
D | mod.rs | 205 pub use mount::{bind_mount, change_mount, mount, move_mount, recursive_bind_mount, remount};
|
/third_party/littlefs/tests/ |
D | test_alloc.toml | 360 // 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/ |
D | android.rst | 59 driver development, we need to unlock the device and remount 66 adb remount -R
|
/third_party/toybox/www/doc/ |
D | mount.txt | 24 "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/musl/ndk-test/script/ |
D | runtest_Windows.bat | 31 @REM hdc shell mount -o rw,remount /
|
/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 148 remount
|
D | cmp_policy.conf | 148 remount
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | role-base.conf | 148 remount
|
D | alias-base.conf | 148 remount
|
D | user-base.conf | 148 remount
|
D | small-base.conf | 148 remount
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 148 remount
|
D | base-notmetreq.conf | 147 remount
|
D | base-metreq.conf | 148 remount
|
/third_party/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 148 remount
|
12