Home
last modified time | relevance | path

Searched refs:ownerUid (Results 1 – 6 of 6) sorted by relevance

/system/security/identity/
DCredentialData.h66 CredentialData(const string& dataPath, uid_t ownerUid, const string& name);
68 static string calculateCredentialFileName(const string& dataPath, uid_t ownerUid,
71 static optional<bool> credentialExists(const string& dataPath, uid_t ownerUid,
DCredentialData.cpp42 string CredentialData::calculateCredentialFileName(const string& dataPath, uid_t ownerUid, in calculateCredentialFileName() argument
45 "%s/%d-%s", dataPath.c_str(), (int)ownerUid, in calculateCredentialFileName()
49 CredentialData::CredentialData(const string& dataPath, uid_t ownerUid, const string& name) in CredentialData() argument
50 : dataPath_(dataPath), ownerUid_(ownerUid), name_(name), secureUserId_(0) { in CredentialData()
454 optional<bool> CredentialData::credentialExists(const string& dataPath, uid_t ownerUid, in credentialExists() argument
457 string filename = calculateCredentialFileName(dataPath, ownerUid, name); in credentialExists()
/system/vold/fs/
DExfat.cpp58 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()
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()