HomeSort by relevance Sort by last modified time
    Searched full:remount (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /frameworks/av/services/audioflinger/tests/
run_all_unit_tests.sh 9 adb root && adb wait-for-device remount
build_and_run_all_unit_tests.sh 16 adb root && adb wait-for-device remount
  /frameworks/native/opengl/libs/GLES_trace/
dev.make 6 adb remount
  /external/strace/qemu_multiarch_testing/hdc.dir/
init2 15 mount -o remount,ro /home
  /external/toybox/toys/lsb/
mount.c 66 // TODO make "mount --bind,ro old new" work (implicit -o remount)
68 // TODO mount -o remount
71 // TODO "mount -a -o remount,ro" should detect overmounts
75 // TODO mount -o remount a user mount
100 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
261 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; local
264 // remount
271 // we can modify fstab entries with -a, or mtab with remount.)
290 // For remount we need _last_ match (in case of overmounts), so traverse
291 // in reverse order. (Yes I'm using remount as a boolean for a bit here
    [all...]
  /system/core/adb/
remount_service.cpp 74 WriteFdFmt(fd, "remount of %s failed; couldn't make block device %s writable: %s\n",
79 WriteFdFmt(fd, "remount of %s failed: %s\n", dir, strerror(errno));
100 // Allow remount but warn of likely bad effects
110 "If you do not, remount may succeed, however, you will still "
119 WriteFdExactly(fd, success ? "remount succeeded\n" : "remount failed\n");
  /development/ide/emacs/
android-host.el 34 ;; C-x a r android-adb-remount
57 (define-key map (kbd "r") 'android-adb-remount)
68 (defun android-adb-remount ()
69 "Execute 'adb remount'."
71 (android-adb-command "remount"))
86 ;; Always force root and remount, this way sync always works even on
89 (android-adb-remount)
  /external/e2fsprogs/lib/e2p/
pe.c 31 fprintf (f, "Remount read-only");
  /system/core/libcutils/
android_reboot.c 58 * no way to force the remount with the mount(2) syscall. The magic sysrq
59 * 'u' command does an emergency remount read-only on all writable filesystems
61 * emergency_remount(), which knows how to force the remount to read-only.
71 /* Trigger the remount of the filesystems as read-only,
  /system/media/audio_utils/tests/
build_and_run_all_unit_tests.sh 18 adb root && adb wait-for-device remount
  /external/e2fsprogs/tests/f_jnl_errno/
expect.0 8 Errors behavior: Remount read-only
  /external/sepolicy/
vold.te 34 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
53 allow vold sdcard_type:filesystem { mount unmount remount };
98 allow vold labeledfs:filesystem { mount unmount remount };
162 # vold needs to chroot into app namespaces to remount when runtime permissions change
  /system/vold/fs/
Ext4.h 32 bool remount, bool executable);
Vfat.h 32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
Ext4.cpp 77 char *tmpmnt_opts = (char*) "nomblk_io_submit,errors=remount-ro";
130 bool remount, bool executable) {
141 flags |= (remount ? MS_REMOUNT : 0);
Vfat.cpp 122 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
135 flags |= (remount ? MS_REMOUNT : 0);
  /system/core/toolbox/
mount.c 53 { "remount", MS_TYPE, MS_REMOUNT, 0 },
217 * mount readwrite and this isn't a remount,
339 * If remount, bind or move was specified, then we don't
  /device/asus/deb/
fstab.deb 10 /dev/block/platform/msm_sdcc.1/by-name/radio /firmware vfat ro,uid=1000,gid=1000,fmask=0337,dmask=0227,iocharset=iso8859-1,shortname=mixed,errors=remount-ro,context=u:object_r:radio_efs_file:s0 wait
  /external/vogar/src/vogar/android/
AdbTarget.java 49 run.androidSdk.remount();
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 31 adb remount
  /system/extras/tests/sdcard/
README 17 adb remount
  /external/vboot_reference/scripts/image_signing/
tag_image.sh 216 # remount as RW (we can't use mount -o rw,remount because of loop device)
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
AdoptableHostTest.java 96 // Unmount, remount and verify
261 // Kick through a remount cycle, which should purge the adopted app
271 // Uninstall the internal copy and remount; we should have no record of app
  /external/dnsmasq/contrib/wrt/
README 7 *WRT systems remount all non-volatile fileystems read-only after boot,
  /external/e2fsprogs/ext2ed/
super_com.c 82 wprintw (show_pad,"Remount read only");

Completed in 1479 milliseconds

1 2 3 4