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 99 int ownerUid, int ownerGid, int permMask, bool createLost) {
126 ownerUid, ownerGid, permMask, permMask);
VolumeManager.cpp 1004 int VolumeManager::mountObb(const char *img, const char *key, int ownerGid) {
1088 if (Fat::doMount(dmDevice, mountPoint, true, false, true, 0, ownerGid,
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 242 this.ownerGid = UserHandle.getSharedAppGid(callingUid);
252 final int ownerGid;
285 sb.append(",ownerGid=").append(ownerGid);
    [all...]

Completed in 2147 milliseconds