Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java338 File userPath = getPathForUser(userId); in buildStorageVolume() local
339 if (userPath == null) { in buildStorageVolume()
340 userPath = new File("/dev/null"); in buildStorageVolume()
362 mtpReserveSize = storage.getStorageLowBytes(userPath); in buildStorageVolume()
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable, in buildStorageVolume()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java389 final File userPath = mSharedVolume.getPathForUser(user.id); in measureExactStorage() local
390 final long size = getDirectorySize(imcs, userPath); in measureExactStorage()