1{ 2 "mount-path-map" : [{ 3 "sandbox-path" : "/data/storage/el2/base/", 4 "src-path" : "/data/app/el2/<currentUserId>/base/<PackageName>/" 5 }, { 6 "sandbox-path" : "/data/storage/el1/base/", 7 "src-path" : "/data/app/el1/<currentUserId>/base/<PackageName>/" 8 }, { 9 "sandbox-path" : "/data/storage/el2/distributedfiles/", 10 "src-path" : "/mnt/hmdfs/<currentUserId>/account/device_view/<networkId>/data/<PackageName>/" 11 }, { 12 "sandbox-path" : "/mnt/data/fuse/", 13 "src-path" : "/mnt/data/<currentUserId>/fuse/" 14 }, { 15 "sandbox-path" : "/storage/Users/currentUser/", 16 "src-path" : "/mnt/hmdfs/<currentUserId>/account/device_view/<networkId>/files/Docs/" 17 }, { 18 "sandbox-path" : "/storage/hmdfs/", 19 "src-path" : "/mnt/data/<currentUserId>/hmdfs/" 20 }, { 21 "sandbox-path" : "/storage/External/", 22 "src-path" : "/mnt/data/external/" 23 }, { 24 "sandbox-path" : "/storage/Share/", 25 "src-path" : "/data/service/el1/public/storage_daemon/share/public/" 26 }, { 27 "sandbox-path" : "/data/storage/el2/cloud/", 28 "src-path" : "/mnt/hmdfs/<currentUserId>/cloud/data/<PackageName>/" 29 } 30 ] 31} 32