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

  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 74 final String mountPath = checkMountedPath(canonPath);
75 final File mountDir = new File(mountPath);
290 final String mountPath = mStorageManager.getMountedObbPath(path);
293 mountPath);
294 return mountPath;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 187 final String mountPath = sm.getMountedObbPath(file.getPath());
190 mountPath);
191 return mountPath;
221 final String mountPath = checkMountedPath(sm, outFile);
222 final File mountDir = new File(mountPath);

Completed in 59 milliseconds