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 39 virtual int32_t mountVolume(const String16& mountPoint) = 0;
  /system/vold/
VolumeManager.h 81 int mountVolume(const char *label);
CommandListener.cpp 140 rc = vm->mountVolume(argv[2]);
VolumeManager.cpp 843 int VolumeManager::mountVolume(const char *label) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 128 mountService.mountVolume(extStoragePath);
194 mountService.mountVolume(extStoragePath);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 322 mountService.mountVolume(mClickedMountPoint);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 150 public int mountVolume(String mountPoint) throws RemoteException {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 379 int ret = getMs().mountVolume(mPath);
  /frameworks/base/libs/storage/
IMountService.cpp 143 int32_t mountVolume(const String16& mountPoint)
149 LOGD("mountVolume could not contact remote\n");
154 LOGD("mountVolume caught exception %d\n", err);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 85 milliseconds