HomeSort by relevance Sort by last modified time
    Searched defs:mountPoint (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/
MediaPreparer.java 307 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE);
308 baseDeviceShortDir = String.format("%s/test/bbb_short/", mountPoint);
309 baseDeviceFullDir = String.format("%s/test/bbb_full/", mountPoint);
  /system/vold/
VolumeManager.cpp 880 char mountPoint[255];
882 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id);
883 if ((written < 0) || (size_t(written) >= sizeof(mountPoint))) {
884 SLOGE("ASEC fs format failed: couldn't construct mountPoint");
894 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint);
909 if (mkdir(mountPoint, 0000)) {
911 SLOGE("Mountpoint creation failed (%s)", strerror(errno));
923 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint,
926 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint,
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 151 public int mountVolume(String mountPoint) throws RemoteException {
157 _data.writeString(mountPoint);
173 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
179 _data.writeString(mountPoint);
194 public int formatVolume(String mountPoint) throws RemoteException {
200 _data.writeString(mountPoint);
232 * Gets the state of a volume via its mountpoint.
234 public String getVolumeState(String mountPoint) throws RemoteException {
240 _data.writeString(mountPoint);
    [all...]
  /prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 155 milliseconds