1<paths xmlns:android="http://schemas.android.com/apk/res/android">
2    <!-- / -->
3    <root-path name="test_root" />
4    <!-- /proc/1 -->
5    <root-path name="test_init" path="proc/1/" />
6    <!-- /data/data/com.example/files -->
7    <files-path name="test_files" />
8    <!-- /data/data/com.example/files/thumbs -->
9    <files-path name="test_thumbs" path="thumbs/" />
10    <!-- /data/data/com.example/cache -->
11    <cache-path name="test_cache" />
12    <!-- /storage/emulated/0 -->
13    <external-path name="test_external" />
14    <!-- /storage/emulated/0/Android/com.example/files -->
15    <external-files-path name="test_external_files" />
16    <!-- /storage/emulated/0/Android/com.example/cache -->
17    <external-cache-path name="test_external_cache" />
18    <!-- /storage/emulated/0/Android/com.example/media -->
19    <external-media-path name="test_external_media" />
20</paths>
21