The hierarchy of the AOSP filesystem is similar to what you have described, because each package is isolated within `/data`.



https://developer.android.com/training/data-storage demonstrates this. However, should you want to confirm:

1. * Outside the OS:

 ```sh
 adb
 ```

 * Alternatively, from within AOSP:

 ```sh
 shell
 ```
1. ```sh
 tree
 ```

provides evidence that superuser access is available.