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

1 2 3 4

  /frameworks/native/opengl/libs/GLES_trace/
dev.make 11 adb remount
  /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)
  /system/core/adb/
remount_service.c 71 /* Init mounts /system as read only, remount to enable writes. */
111 write_string(fd, "remount succeeded\n");
114 snprintf(buffer, sizeof(buffer), "remount failed: %s\n", strerror(errno));
  /external/e2fsprogs/lib/e2p/
pe.c 31 fprintf (f, "Remount read-only");
  /frameworks/base/core/tests/overlaytests/
runtests.sh 94 function remount() function
97 $adb remount | tee -a $log
106 # some commands require write access, remount once and for all
107 remount
  /system/core/libcutils/
android_reboot.c 70 * no way to force the remount with the mount(2) syscall. The magic sysrq
71 * 'u' command does an emergency remount read-only on all writable filesystems
73 * emergency_remount(), which knows how to force the remount to read-only.
83 /* Trigger the remount of the filesystems as read-only,
  /system/vold/
Ext4.h 24 static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
Fat.h 26 bool ro, bool remount, bool executable,
Ext4.cpp 48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
57 flags |= (remount ? MS_REMOUNT : 0);
Fat.cpp 116 bool ro, bool remount, bool executable,
126 flags |= (remount ? MS_REMOUNT : 0);
  /external/sepolicy/
vold.te 15 allow vold sdcard_type:filesystem { mount remount unmount };
49 allow vold labeledfs:filesystem { mount unmount remount };
zygote.te 43 allow zygote labeledfs:filesystem remount;
  /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 wait
  /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
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 86 self._adb.Remount()
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl.sh 45 adb remount
  /external/chromium_org/third_party/openssl/openssl/patches/
testssl.sh 45 adb remount
  /external/openssl/android.testssl/
testssl.sh 45 adb remount
  /external/openssl/patches/
testssl.sh 45 adb remount
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 31 adb remount
  /system/extras/tests/sdcard/
README 17 adb remount
  /external/chromium_org/third_party/openssl/openssl/
README.android 44 mm -j16 snod && adb remount && adb sync system
54 (croot && cd libcore && mm -j16 snod && adb remount && adb sync)
  /external/openssl/
README.android 44 mm -j16 snod && adb remount && adb sync system
54 (croot && cd libcore && mm -j16 snod && adb remount && adb sync)
  /build/target/board/vbox_x86/
init.vbox_x86.rc 37 mount ext4 /dev/block/sda6 /system ro remount
  /external/dnsmasq/contrib/wrt/
README 7 *WRT systems remount all non-volatile fileystems read-only after boot,

Completed in 559 milliseconds

1 2 3 4