Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/storage/
H A DVolumeRecord.java103 final File userPath = new File("/dev/null"); in buildStorageVolume() local
119 return new StorageVolume(id, userPath, internalPath, description, primary, removable, in buildStorageVolume()
H A DVolumeInfo.java412 File userPath = getPathForUser(userId); in buildStorageVolume() local
413 if (userPath == null) { in buildStorageVolume()
414 userPath = new File("/dev/null"); in buildStorageVolume()
462 return new StorageVolume(id, userPath, internalPath, description, isPrimary(), removable, in buildStorageVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java710 File userPath = getSyntheticPasswordDirectoryForUser(user.id); in dump() local
711 pw.println(TextUtils.formatSimple("User %d [%s]:", user.id, userPath)); in dump()
713 File[] files = userPath.listFiles(); in dump()