Searched refs:mountData (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/vold/fs/ |
H A D | Exfat.cpp | 61 auto mountData = android::base::StringPrintf("uid=%d,gid=%d,fmask=%o,dmask=%o", ownerUid, in Mount() local 64 if (mount(source.c_str(), target.c_str(), "exfat", mountFlags, mountData.c_str()) == 0) { in Mount() 70 if (mount(source.c_str(), target.c_str(), "exfat", mountFlags, mountData.c_str()) == 0) { in Mount()
|
H A D | Vfat.cpp | 127 auto mountData = in Mount() local 131 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount() 136 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount()
|