equal
deleted
inserted
replaced
101 * @param aAppFilename path to application exe file |
101 * @param aAppFilename path to application exe file |
102 * @param aHasWriteDeviceDataCap returns ETrue if app has WriteDeviceData cap |
102 * @param aHasWriteDeviceDataCap returns ETrue if app has WriteDeviceData cap |
103 * @param aIsSidProtected returns ETrue if application SID is in the protected range |
103 * @param aIsSidProtected returns ETrue if application SID is in the protected range |
104 * @return KErrNone if succesful, error code otherwise |
104 * @return KErrNone if succesful, error code otherwise |
105 */ |
105 */ |
106 TInt CApaSecurityUtils::CheckAppSecurity( const Ptr16 aAppFilename, |
106 TInt CApaSecurityUtils::CheckAppSecurity( const Ptr16& aAppFilename, |
107 TBool& aHasWriteDeviceDataCap, |
107 TBool& aHasWriteDeviceDataCap, |
108 TBool& aIsSidProtected, |
108 TBool& aIsSidProtected, |
109 const std::string& aDerivedPath) |
109 const std::string& aDerivedPath) |
110 |
110 |
111 { |
111 { |