Searched refs:apexDirectoryPath (Results 1 – 1 of 1) sorted by relevance
2042 private String getApexModuleNameFromFilePath(Path path, Path apexDirectoryPath) { in getApexModuleNameFromFilePath() argument2043 if (!path.startsWith(apexDirectoryPath)) { in getApexModuleNameFromFilePath()2047 if (path.getNameCount() <= (apexDirectoryPath.getNameCount() + 1)) { in getApexModuleNameFromFilePath()2051 return path.getName(apexDirectoryPath.getNameCount()).toString(); in getApexModuleNameFromFilePath()2059 Path apexDirectoryPath) throws IOException, XmlPullParserException { in readApexPrivAppPermissions() argument2061 getApexModuleNameFromFilePath(permFile.toPath(), apexDirectoryPath); in readApexPrivAppPermissions()