Searched defs:ownerUid (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DFat.cpp117 int ownerUid, int ownerGid, int permMask, bool createLost) {
144 ownerUid, ownerGid, permMask, permMask);
115 doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) argument
H A DVolumeManager.cpp391 const char *key, const int ownerUid, bool isExternal) {
557 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000,
574 if (fchown(dirfd, ownerUid, AID_SYSTEM)
1261 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid, bool readOnly) { argument
1344 result = Fat::doMount(dmDevice, mountPoint, readOnly, false, readOnly, ownerUid, 0, 0222, false);
390 createAsec(const char *id, unsigned int numSectors, const char *fstype, const char *key, const int ownerUid, bool isExternal) argument

Completed in 63 milliseconds