Searched refs:dirPath (Results 1 – 4 of 4) sorted by relevance
915 public static boolean contains(String dirPath, String filePath) { in contains() argument916 if (dirPath.equals(filePath)) { in contains()919 if (!dirPath.endsWith("/")) { in contains()920 dirPath += "/"; in contains()922 return filePath.startsWith(dirPath); in contains()
371 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible"; in testFileSystemInaccessible() local372 inaccessibleDir = new File(dirPath); in testFileSystemInaccessible()
1149 String dirPath = mDropBoxDir.getPath(); in trimToFit() local1151 mStatFs.restat(dirPath); in trimToFit()
971 String dirPath = name.substring(0, name.lastIndexOf(File.separatorChar)); in getDatabasePath() local972 dir = new File(dirPath); in getDatabasePath()