Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3783 File appFile = null; in mkdirs() local
3785 appFile = new File(appPath).getCanonicalFile(); in mkdirs()
3790 appPath = appFile.getAbsolutePath(); in mkdirs()
3800 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3807 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3818 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()