Searched refs:ownerGid (Results 1 – 11 of 11) sorted by relevance
/system/vold/fs/ |
D | Exfat.cpp | 58 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() argument 62 ownerGid, permMask, permMask); in Mount()
|
D | Exfat.h | 31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
|
D | Vfat.h | 32 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost);
|
D | Vfat.cpp | 114 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount() argument 129 ownerUid, ownerGid, permMask, permMask); in Mount()
|
/system/vold/model/ |
D | ObbVolume.cpp | 43 gid_t ownerGid) in ObbVolume() argument 48 mOwnerGid = ownerGid; in ObbVolume()
|
D | ObbVolume.h | 32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
|
/system/vold/ |
D | VolumeManager.h | 189 int createObb(const std::string& path, const std::string& key, int32_t ownerGid,
|
D | VoldNativeService.h | 77 int32_t ownerGid, std::string* _aidl_return);
|
D | VoldNativeService.cpp | 423 const std::string& sourceKey, int32_t ownerGid, in createObb() argument 431 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
|
D | VolumeManager.cpp | 1068 int32_t ownerGid, std::string* outVolId) { in createObb() argument 1106 new android::vold::ObbVolume(id, lowerSourcePath, sourceKey, ownerGid)); in createObb()
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 64 int ownerGid); in createObb() argument
|