Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3636 File appFile = null; in mkdirs() local
3638 appFile = new File(appPath).getCanonicalFile(); in mkdirs()
3643 appPath = appFile.getAbsolutePath(); in mkdirs()
3653 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3660 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()
3671 throw new SecurityException("Invalid mkdirs path: " + appFile in mkdirs()