Home
last modified time | relevance | path

Searched refs:ownerGid (Results 1 – 11 of 11) sorted by relevance

/system/vold/fs/
DExfat.cpp57 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() argument
61 ownerGid, permMask, permMask); in Mount()
DExfat.h31 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid,
DVfat.h32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
DVfat.cpp117 bool remount, bool executable, int ownerUid, int ownerGid, int permMask, in Mount() argument
133 ownerUid, ownerGid, permMask, permMask); in Mount()
/system/vold/model/
DObbVolume.cpp45 gid_t ownerGid) : VolumeBase(Type::kObb) { in ObbVolume() argument
49 mOwnerGid = ownerGid; in ObbVolume()
DObbVolume.h33 gid_t ownerGid);
/system/vold/binder/android/os/
DIVold.aidl54 @utf8InCpp String sourceKey, int ownerGid); in createObb() argument
/system/vold/
DVolumeManager.h124 int createObb(const std::string& path, const std::string& key, int32_t ownerGid,
DVoldNativeService.h65 int32_t ownerGid, std::string* _aidl_return);
DVolumeManager.cpp799 int32_t ownerGid, std::string* outVolId) { in createObb() argument
803 new android::vold::ObbVolume(id, sourcePath, sourceKey, ownerGid)); in createObb()
DVoldNativeService.cpp452 const std::string& sourceKey, int32_t ownerGid, std::string* _aidl_return) { in createObb() argument
459 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()