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.cpp227 const char *fstype, const char *key, int ownerUid) {
372 if (Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid,
606 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid) { argument
721 if (Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
742 int VolumeManager::mountObb(const char *img, const char *key, int ownerUid) { argument
826 if (Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
226 createAsec(const char *id, unsigned int numSectors, const char *fstype, const char *key, int ownerUid) argument

Completed in 61 milliseconds