Searched refs:outputProfile (Results 1 – 2 of 2) sorted by relevance
148 var outputProfile = new OutputProfile(); in buildOutputProfile() local149 outputProfile.profilePath = new TmpProfilePath(); in buildOutputProfile()150 outputProfile.profilePath.finalPath = finalPath; in buildOutputProfile()151 outputProfile.profilePath.id = ""; // Will be filled by artd. in buildOutputProfile()152 outputProfile.profilePath.tmpPath = ""; // Will be filled by artd. in buildOutputProfile()153 outputProfile.fsPermission = buildFsPermission(uid, gid, isPublic); in buildOutputProfile()154 return outputProfile; in buildOutputProfile()
100 inout com.android.server.art.OutputProfile outputProfile, in mergeProfiles() argument