Searched refs:userPath (Results 1 – 2 of 2) sorted by relevance
338 File userPath = getPathForUser(userId); in buildStorageVolume() local339 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()
389 final File userPath = mSharedVolume.getPathForUser(user.id); in measureExactStorage() local390 final long size = getDirectorySize(imcs, userPath); in measureExactStorage()