Home
last modified time | relevance | path

Searched refs:ownerUid (Results 1 – 4 of 4) sorted by relevance

/system/vold/fs/
DExfat.cpp57 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()
DExfat.h31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
DVfat.h32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
DVfat.cpp117 bool remount, bool executable, int ownerUid, int ownerGid, int permMask, in Mount() argument
133 ownerUid, ownerGid, permMask, permMask); in Mount()