Home
last modified time | relevance | path

Searched refs:apexDirectoryPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSystemConfig.java2042 private String getApexModuleNameFromFilePath(Path path, Path apexDirectoryPath) { in getApexModuleNameFromFilePath() argument
2043 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() argument
2061 getApexModuleNameFromFilePath(permFile.toPath(), apexDirectoryPath); in readApexPrivAppPermissions()