HomeSort by relevance Sort by last modified time
    Searched defs:remount (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/skpbench/
_adb.py 45 def remount(self): member in class:Adb
46 self.__invoke('remount')
  /external/skqp/tools/skpbench/
_adb.py 45 def remount(self): member in class:Adb
46 self.__invoke('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)
  /external/toybox/toys/lsb/
mount.c 67 // TODO make "mount --bind,ro old new" work (implicit -o remount)
69 // TODO mount -o remount
72 // TODO "mount -a -o remount,ro" should detect overmounts
76 // TODO mount -o remount a user mount
102 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
271 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; local
274 // remount
281 // we can modify fstab entries with -a, or mtab with remount.)
300 // For remount we need _last_ match (in case of overmounts), so traverse
301 // in reverse order. (Yes I'm using remount as a boolean for a bit here
    [all...]
  /external/vogar/src/vogar/android/
AdbTarget.java 62 remount(); method
97 private void remount() { method in class:AdbTarget
98 new Command(log, "adb", "remount").execute();
  /development/python-packages/adb/
device.py 459 def remount(self): member in class:AndroidDevice
460 return self._simple_call(['remount'])
  /external/autotest/server/hosts/
adb_host.py 688 def remount(self): member in class:ADBHost
694 self.adb_run('remount')
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 259 milliseconds