Searched refs:dirPath (Results 1 – 4 of 4) sorted by relevance
371 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible"; in testFileSystemInaccessible() local372 inaccessibleDir = new File(dirPath); in testFileSystemInaccessible()
916 public static boolean contains(String dirPath, String filePath) { in contains() argument917 if (dirPath.equals(filePath)) { in contains()920 if (!dirPath.endsWith("/")) { in contains()921 dirPath += "/"; in contains()923 return filePath.startsWith(dirPath); in contains()
1189 String dirPath = mDropBoxDir.getPath(); in trimToFit() local1191 mStatFs.restat(dirPath); in trimToFit()
1018 String dirPath = name.substring(0, name.lastIndexOf(File.separatorChar)); in getDatabasePath() local1019 dir = new File(dirPath); in getDatabasePath()