/hardware/libhardware_legacy/include/hardware_legacy/ |
IMountService.h | 48 virtual int unmountVolume(String16 path) = 0;
|
/frameworks/base/include/storage/ |
IMountService.h | 42 virtual int32_t unmountVolume(
|
/system/vold/ |
VolumeManager.h | 82 int unmountVolume(const char *label, bool force, bool revert);
|
CommandListener.cpp | 163 rc = vm->unmountVolume(argv[2], force, revert);
|
VolumeManager.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/os/storage/ |
ExternalStorageFormatter.java | 156 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 570 getMs().unmountVolume(path, false, false); 637 getMs().unmountVolume(path, false, false);
|
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 303 mountService.unmountVolume(sClickedMountPoint, true, false);
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) 168 ALOGD("unmountVolume could not contact remote\n"); 173 ALOGD("unmountVolume caught exception %d\n", err);
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_manager_commands.js | 179 fileManager.unmountVolume(PathUtil.getRootPath(root));
|
file_manager.js | [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
MountService.java | [all...] |