Home | History | Annotate | Download | only in server

Lines Matching refs:getPath

78         public String getPath() {
129 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
132 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
145 assertTrue("mountObb call on " + file.getPath() + " should succeed",
146 sm.mountObb(file.getPath(), null, observer));
152 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
156 file.getPath(), observer.getPath());
166 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
167 .getPath(), null, observer));
176 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
179 assertEquals("Actual file and resolved file should be the same", file.getPath(),
180 observer.getPath());
187 final String mountPath = sm.getMountedObbPath(file.getPath());
198 sm.unmountObb(file.getPath(),
207 assertFalse("OBB should not be mounted", sm.isObbMounted(file.getPath()));
239 sm.isObbMounted(outFile.getPath()));
242 sm.getMountedObbPath(outFile.getPath()));
255 sm.isObbMounted(outFile.getPath()));
258 sm.getMountedObbPath(outFile.getPath()));