Home | History | Annotate | Download | only in device

Lines Matching refs:extStore

380         final String extStore = "/data/local";
383 mTestDevice.executeShellCommand(String.format("rm %s/testdir", extStore));
384 mTestDevice.executeShellCommand(String.format("rm %s/testdir2/foo.txt", extStore));
385 mTestDevice.executeShellCommand(String.format("rmdir %s/testdir2", extStore));
390 extStore)));
392 String.format("touch %s/testdir2/foo.txt", extStore)));
395 extStore, extStore)));
397 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore)));
399 mTestDevice.executeShellCommand(String.format("rm %s/testdir", extStore));
400 mTestDevice.executeShellCommand(String.format("rm %s/testdir2/foo.txt", extStore));
401 mTestDevice.executeShellCommand(String.format("rmdir %s/testdir2", extStore));