OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remount
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gmount.h
59
* @
remount
: Starts remounting a #GMount.
107
void (*
remount
) (GMount *mount,
member in struct:_GMountIface
/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
)
Completed in 33 milliseconds