Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h147 const char *key, const int ownerUid, bool isExternal);
163 int mountAsec(const char *id, const char *key, int ownerUid, bool readOnly);
171 int mountObb(const char *fileName, const char *key, int ownerUid);
DVolumeManager.cpp765 const char *key, const int ownerUid, bool isExternal) { in createAsec() argument
927 false, false, false, ownerUid, 0, 0000, false); in createAsec()
943 if (fchown(dirfd, ownerUid, AID_SYSTEM) in createAsec()
1628 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid, bool readOnly) { in mountAsec() argument
1713 readOnly, false, readOnly, ownerUid, 0, 0222, false); in mountAsec()
/system/vold/fs/
DVfat.cpp127 bool remount, bool executable, int ownerUid, int ownerGid, int permMask, in Mount() argument
144 ownerUid, ownerGid, permMask, permMask); in Mount()
DVfat.h32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,