Searched refs:dirPath (Results 1 – 5 of 5) sorted by relevance
376 String dirPath = dir.getAbsolutePath(); in contains()379 if (dirPath.equals(filePath)) { in contains()383 if (!dirPath.endsWith("/")) { in contains()384 dirPath += "/"; in contains()386 return filePath.startsWith(dirPath); in contains()
105 String8 dirPath("/vendor/lib/mediadrm"); in findFactoryForScheme() local108 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()113 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme()
161 String8 dirPath("/vendor/lib/mediadrm"); in findFactoryForScheme() local162 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()166 ALOGE("Failed to open plugin directory %s", dirPath.string()); in findFactoryForScheme()174 String8 pluginPath = dirPath + "/" + pEntry->d_name; in findFactoryForScheme()
374 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible"; in testFileSystemInaccessible() local375 inaccessibleDir = new File(dirPath); in testFileSystemInaccessible()
2344 String dirPath = name.substring(0, name.lastIndexOf(File.separatorChar)); in validateFilePath() local2345 dir = new File(dirPath); in validateFilePath()