Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9851 final File monolithicFile = new File(mountFile, RES_FILE_NAME); in setMountPath() local
9852 if (monolithicFile.exists()) { in setMountPath()
9853 packagePath = monolithicFile.getAbsolutePath(); in setMountPath()