Home | History | Annotate | Download | only in xml
      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/Android/com.example/files -->
     13     <external-path name="test_external" />
     14 </paths>
     15