Searched refs:ownerGid (Results 1 – 11 of 11) sorted by relevance
/system/vold/model/ |
D | ObbVolume.cpp | 41 ObbVolume::ObbVolume(int id, const std::string& sourcePath, gid_t ownerGid) in ObbVolume() argument 45 mOwnerGid = ownerGid; in ObbVolume()
|
D | ObbVolume.h | 32 ObbVolume(int id, const std::string& sourcePath, gid_t ownerGid);
|
/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.cpp | 122 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount() argument 137 ownerUid, ownerGid, permMask, permMask); in Mount()
|
D | Vfat.h | 32 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost);
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 63 @utf8InCpp String createObb(@utf8InCpp String sourcePath, int ownerGid); in createObb() argument
|
/system/vold/ |
D | VolumeManager.h | 191 int createObb(const std::string& path, int32_t ownerGid, std::string* outVolId);
|
D | VoldNativeService.h | 76 binder::Status createObb(const std::string& sourcePath, int32_t ownerGid,
|
D | VoldNativeService.cpp | 419 binder::Status VoldNativeService::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb() argument 425 return translate(VolumeManager::Instance()->createObb(sourcePath, ownerGid, _aidl_return)); in createObb()
|
D | VolumeManager.cpp | 1095 int VolumeManager::createObb(const std::string& sourcePath, int32_t ownerGid, in createObb() argument 1134 new android::vold::ObbVolume(id, lowerSourcePath, ownerGid)); in createObb()
|