Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemConfig.java1839 private String getApexModuleNameFromFilePath(Path path, Path apexDirectoryPath) { in getApexModuleNameFromFilePath() argument
1840 if (!path.startsWith(apexDirectoryPath)) { in getApexModuleNameFromFilePath()
1844 if (path.getNameCount() <= (apexDirectoryPath.getNameCount() + 1)) { in getApexModuleNameFromFilePath()
1848 return path.getName(apexDirectoryPath.getNameCount()).toString(); in getApexModuleNameFromFilePath()
1856 Path apexDirectoryPath) throws IOException, XmlPullParserException { in readApexPrivAppPermissions() argument
1858 getApexModuleNameFromFilePath(permFile.toPath(), apexDirectoryPath); in readApexPrivAppPermissions()