Searched refs:ownerUid (Results 1 – 4 of 4) sorted by relevance
/system/vold/fs/ |
D | Exfat.cpp | 57 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() argument 60 auto mountData = android::base::StringPrintf("uid=%d,gid=%d,fmask=%o,dmask=%o", ownerUid, in Mount()
|
D | Exfat.h | 31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
|
D | Vfat.h | 32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
|
D | Vfat.cpp | 117 bool remount, bool executable, int ownerUid, int ownerGid, int permMask, in Mount() argument 133 ownerUid, ownerGid, permMask, permMask); in Mount()
|