Home
last modified time | relevance | path

Searched defs:ownerUid (Results 1 – 3 of 3) sorted by relevance

/system/vold/fs/
DExfat.cpp61 status_t DoMount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in DoMount()
83 int ownerUid; member
95 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount()
DVfat.cpp133 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in DoMount()
207 int ownerUid; member
221 bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) { in Mount()
/system/security/identity/
DCredentialData.cpp44 string CredentialData::calculateCredentialFileName(const string& dataPath, uid_t ownerUid, in calculateCredentialFileName()
51 CredentialData::CredentialData(const string& dataPath, uid_t ownerUid, const string& name) in CredentialData()
476 optional<bool> CredentialData::credentialExists(const string& dataPath, uid_t ownerUid, in credentialExists()