Searched refs:dirPath (Results 1 – 4 of 4) sorted by relevance
888 public static boolean contains(String dirPath, String filePath) { in contains() argument889 if (dirPath.equals(filePath)) { in contains()892 if (!dirPath.endsWith("/")) { in contains()893 dirPath += "/"; in contains()895 return filePath.startsWith(dirPath); in contains()
374 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible"; in testFileSystemInaccessible() local375 inaccessibleDir = new File(dirPath); in testFileSystemInaccessible()
1031 String dirPath = mDropBoxDir.getPath(); in trimToFit() local1033 mStatFs.restat(dirPath); in trimToFit()
860 String dirPath = name.substring(0, name.lastIndexOf(File.separatorChar)); in getDatabasePath() local861 dir = new File(dirPath); in getDatabasePath()