OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmount
(Results
1 - 24
of
24
) sorted by null
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
34
* provides two buttons: one to mount an OBB and another to
unmount
an OBB. The
58
((Button) findViewById(R.id.
unmount
)).setOnClickListener(mUnmountListener);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
volume_manager_wrapper.js
279
* Requests
unmount
the volume at mountPath.
286
VolumeManagerWrapper.prototype.
unmount
= function(
290
this.
unmount
.bind(this, mountPath, successCallback, errorCallback));
294
this.volumeManager_.
unmount
(mountPath, successCallback, errorCallback);
file_manager_commands.js
354
CommandHandler.COMMANDS_['
unmount
'] = {
file_manager.js
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js
381
* mount/
unmount
received the request supposed failed.
487
} else if (event.eventType === '
unmount
') {
494
var requestKey = this.makeRequestKey_('
unmount
', mountPath);
514
* @param {string} requestType 'mount' | '
unmount
'. TODO(hidehiko): Replace by
517
* mount path for
unmount
request.
546
VolumeManager.prototype.
unmount
= function(mountPath,
556
var requestKey = this.makeRequestKey_('
unmount
', volumeInfo.mountPath);
/external/libsepol/tests/policies/test-expander/
alias-base.conf
149
unmount
role-base.conf
149
unmount
user-base.conf
149
unmount
small-base.conf
149
unmount
/external/libsepol/tests/policies/test-hooks/
cmp_policy.conf
149
unmount
small-base.conf
149
unmount
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java
72
// Assumes no two successive
unmount
event on 2 different volumes are performed before the first
243
unmount
();
method
305
// Informative dialog to user that
unmount
failed.
323
// removable: application cannot interfere with
unmount
335
private void
unmount
() {
/external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js
54
* Disk mount/
unmount
notification.
/external/libsepol/tests/policies/test-deps/
base-metreq.conf
149
unmount
base-notmetreq.conf
148
unmount
small-base.conf
149
unmount
/external/libsepol/tests/policies/test-linker/
small-base.conf
149
unmount
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
video_player.js
170
* @param {Event} event The
unmount
event.
audio_player.js
184
* @param {Event} event The
unmount
event.
/external/sepolicy/
access_vectors
137
unmount
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js
229
var unmountCommand = cr.doc.querySelector('command#
unmount
');
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
path_util.js
272
* @return {boolean} True if the given path is root and user can
unmount
it.
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery.js
131
* @param {Event} event The
unmount
event.
/external/libsepol/tests/policies/test-cond/
refpolicy-base.conf
144
unmount
[
all
...]
Completed in 192 milliseconds