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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 47 virtual int mountVolume(String16 path) = 0;
  /frameworks/base/include/storage/
IMountService.h 41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
  /system/vold/
VolumeManager.h 81 int mountVolume(const char *label);
CommandListener.cpp 147 rc = vm->mountVolume(argv[2]);
VolumeManager.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 130 mountService.mountVolume(extStoragePath);
205 mountService.mountVolume(extStoragePath);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 148 public int mountVolume(String mountPoint) throws RemoteException {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 523 int ret = getMs().mountVolume(mPath);
  /frameworks/base/libs/storage/
IMountService.cpp 143 int32_t mountVolume(const String16& mountPoint)
149 ALOGD("mountVolume could not contact remote\n");
154 ALOGD("mountVolume caught exception %d\n", err);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 357 mountService.mountVolume(sClickedMountPoint);
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]

Completed in 628 milliseconds