HomeSort by relevance Sort by last modified time
    Searched refs:ownerGid (Results 1 - 4 of 4) sorted by null

  /system/vold/
Fat.h 27 int ownerUid, int ownerGid, int permMask,
Fat.cpp 115 int ownerUid, int ownerGid, int permMask, bool createLost) {
142 ownerUid, ownerGid, permMask, permMask);
VolumeManager.cpp 1068 int VolumeManager::mountObb(const char *img, const char *key, int ownerGid) {
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 251 this.ownerGid = UserHandle.getSharedAppGid(callingUid);
261 final int ownerGid;
294 sb.append(",ownerGid=").append(ownerGid);
    [all...]

Completed in 674 milliseconds