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.java3671 File appFile = null; in mkdirs() local
3673 appFile = new File(appPath).getCanonicalFile(); in mkdirs()
3678 appPath = appFile.getAbsolutePath(); in mkdirs()
3688 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3695 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3706 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()