Searched defs:dir (Results 1 – 14 of 14) sorted by relevance
38 public static ExpectationStore provideExpectationStore(String dir) throws IOException { in provideExpectationStore()46 private static Set<File> getExpectationFiles(String dir) { in getExpectationFiles()
94 File dir = new File(getRepositoryDir(), "testcases"); in getTestCasesDir() local107 File dir = new File(getRepositoryDir(), "plans"); in getTestPlansDir() local
59 private void parse(File dir) { in parse()110 public boolean accept(File dir, String name) { in accept()
208 assertAllFilesInDirAndSubDirAreNotWritable(File dir) throws Exception { in assertAllFilesInDirAndSubDirAreNotWritable()249 assertBlockDevicesInDirAndSubDirAreNotWritable(File dir) throws Exception { in assertBlockDevicesInDirAndSubDirAreNotWritable()281 private void assertDirectoryAndSubdirectoriesNotWritable(File dir) throws Exception { in assertDirectoryAndSubdirectoriesNotWritable()
49 File dir = getContext().getFilesDir(); in setUp() local183 File dir = getContext().getFilesDir(); in testFileObserver() local
108 File dir = getContext().getFilesDir(); in testAccessAppDataDir() local
147 File dir = getContext().getFilesDir(); in getFileName() local
223 File dir = con.getFilesDir(); in makeParcelFileDescriptor() local
90 String dir = Environment.getExternalStorageDirectory().getAbsolutePath(); in getExternalDir() local103 private static void checkMakeDir(String dir) { in checkMakeDir()
74 File dir = getContext().getFilesDir(); in setUp() local
250 File dir = getInstrumentation().getTargetContext().getFilesDir(); in obtainPath() local
344 File dir = getInstrumentation().getTargetContext().getFilesDir(); in obtainPath() local
184 private void findSuidFiles(File dir, Set<File> foundSuidFiles, in findSuidFiles()
924 File dir = mContextWrapper.getDir("testpath", Context.MODE_WORLD_WRITEABLE); in testGetDir() local