Searched defs:apk_name (Results 1 – 1 of 1) sorted by relevance
211 const std::string& apk_name, in ToOutputArtifact()354 Maybe<std::string> ToBaseName(std::string result, const StringPiece& apk_name, IDiagnostics* diag) { in ToBaseName()387 const StringPiece& apk_name, in ToArtifactName()422 Maybe<std::string> ConfiguredArtifact::Name(const StringPiece& apk_name, IDiagnostics* diag) const { in Name() argument454 const std::string& apk_name = file::GetFilename(apk_path).to_string(); in Parse() local