HomeSort by relevance Sort by last modified time
    Searched refs:unmount (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
unmount_unittest.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
54 Unmount unmount(NULL,
57 unmount.SetDispatchEventImplForTesting(
61 EXPECT_TRUE(unmount.Execute(kRequestId));
84 Unmount unmount(NULL,
87 unmount.SetDispatchEventImplForTesting(
91 EXPECT_FALSE(unmount.Execute(kRequestId));
101 Unmount unmount(NULL
    [all...]
  /device/asus/grouper/sepolicy/
sensors_config.te 16 allow sensors_config sdcard_external:filesystem { mount unmount };
  /build/tools/releasetools/
edify_generator.py 337 def Unmount(self, mount_point):
338 self.script.append('unmount("%s");' % (mount_point,))
343 self.script.append('unmount("%s");' % (p,))
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 294 * Requests unmount the specified volume.
300 VolumeManagerWrapper.prototype.unmount = function(
304 this.unmount.bind(this, volumeInfo, successCallback, errorCallback));
308 this.volumeManager_.unmount(volumeInfo, successCallback, errorCallback);
file_manager_commands.js 324 CommandHandler.COMMANDS_['unmount'] = {
332 console.warn('unmount command executed on an element which does not ' +
344 fileManager.volumeManager_.unmount(
directory_tree.js 653 var unmountCommand = cr.doc.querySelector('command#unmount');
    [all...]
file_manager.js 559 * Whether the app should be closed on unmount.
    [all...]
  /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/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
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_provider_custom_bindings.js 133 'unmount',
142 'unmount',
  /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/ui/file_manager/file_manager/background/js/
device_handler.js 312 } else if (event.eventType === 'unmount') {
361 if (event.eventType === 'unmount')
volume_manager.js 494 * mount/unmount received the request supposed failed.
623 case 'unmount':
630 var requestKey = this.makeRequestKey_('unmount', volumeId);
654 * @param {string} requestType 'mount' | 'unmount'. TODO(hidehiko): Replace by
688 VolumeManager.prototype.unmount = function(volumeInfo,
692 var requestKey = this.makeRequestKey_('unmount', volumeInfo.volumeId);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
background.js 41 chrome.fileSystemProvider.unmount(
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 175 * @param {Event} event The unmount event.
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 290 * @param {!Event} event The unmount event.
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 144 unmount
    [all...]

Completed in 458 milliseconds