Searched refs:userPath (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | VolumeRecord.java | 103 final File userPath = new File("/dev/null"); in buildStorageVolume() local 119 return new StorageVolume(id, userPath, internalPath, description, primary, removable, in buildStorageVolume()
|
H A D | VolumeInfo.java | 412 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 D | LockSettingsStorage.java | 710 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()
|