Searched refs:ownerUid (Results 1 – 6 of 6) sorted by relevance
/system/security/identity/ |
D | CredentialData.h | 67 CredentialData(const string& dataPath, uid_t ownerUid, const string& name); 69 static string calculateCredentialFileName(const string& dataPath, uid_t ownerUid, 72 static optional<bool> credentialExists(const string& dataPath, uid_t ownerUid,
|
D | CredentialData.cpp | 44 string CredentialData::calculateCredentialFileName(const string& dataPath, uid_t ownerUid, in calculateCredentialFileName() argument 47 "%s/%d-%s", dataPath.c_str(), (int)ownerUid, in calculateCredentialFileName() 51 CredentialData::CredentialData(const string& dataPath, uid_t ownerUid, const string& name) in CredentialData() argument 52 : dataPath_(dataPath), ownerUid_(ownerUid), name_(name), secureUserId_(0) { in CredentialData() 466 optional<bool> CredentialData::credentialExists(const string& dataPath, uid_t ownerUid, in credentialExists() argument 469 string filename = calculateCredentialFileName(dataPath, ownerUid, name); in credentialExists()
|
/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 61 auto mountData = android::base::StringPrintf("uid=%d,gid=%d,fmask=%o,dmask=%o", ownerUid, 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()
|