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

/system/vold/
H A DFat.cpp99 int ownerUid, int ownerGid, int permMask, bool createLost) {
126 ownerUid, ownerGid, permMask, permMask);
97 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.cpp241 const char *key, const int ownerUid, bool isExternal) {
417 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000,
434 if (fchown(dirfd, ownerUid, AID_SYSTEM)
861 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid) { argument
969 result = Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0, 0222, false);
240 createAsec(const char *id, unsigned int numSectors, const char *fstype, const char *key, const int ownerUid, bool isExternal) argument

Completed in 2026 milliseconds