Searched refs:mountPath (Results 1 – 2 of 2) sorted by relevance
187 final String mountPath = sm.getMountedObbPath(file.getPath()); in checkMountedPath() local190 mountPath); in checkMountedPath()191 return mountPath; in checkMountedPath()221 final String mountPath = checkMountedPath(sm, outFile); in testMountAndUnmountObbNormal() local222 final File mountDir = new File(mountPath); in testMountAndUnmountObbNormal()
9848 private void setMountPath(String mountPath) { in setMountPath() argument9849 final File mountFile = new File(mountPath); in setMountPath()