Home
last modified time | relevance | path

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

/system/vold/fs/
DExfat.cpp58 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() argument
62 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 executable, int ownerUid, int ownerGid, int permMask, bool createLost);
DVfat.cpp114 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount() argument
129 ownerUid, ownerGid, permMask, permMask); in Mount()
/system/vold/model/
DObbVolume.cpp43 gid_t ownerGid) in ObbVolume() argument
48 mOwnerGid = ownerGid; in ObbVolume()
DObbVolume.h32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
/system/vold/
DVolumeManager.h189 int createObb(const std::string& path, const std::string& key, int32_t ownerGid,
DVoldNativeService.h77 int32_t ownerGid, std::string* _aidl_return);
DVoldNativeService.cpp423 const std::string& sourceKey, int32_t ownerGid, in createObb() argument
431 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
DVolumeManager.cpp1068 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/
DIVold.aidl64 int ownerGid); in createObb() argument