Home
last modified time | relevance | path

Searched refs:mountPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java187 final String mountPath = sm.getMountedObbPath(file.getPath()); in checkMountedPath() local
190 mountPath); in checkMountedPath()
191 return mountPath; in checkMountedPath()
221 final String mountPath = checkMountedPath(sm, outFile); in testMountAndUnmountObbNormal() local
222 final File mountDir = new File(mountPath); in testMountAndUnmountObbNormal()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9848 private void setMountPath(String mountPath) { in setMountPath() argument
9849 final File mountFile = new File(mountPath); in setMountPath()