Searched refs:outPath (Results 1 – 3 of 3) sorted by relevance
174 outPath string member191 outPath := android.PathForIntermediates(ctx, "hidl-lint.zip")192 m.outPath = outPath.String()197 Output: outPath,199 "output": outPath.String(),206 ctx.Strict("ALL_HIDL_LINTS_ZIP", m.outPath)
256 String outPath) throws Exception { in doSignature() argument285 Utils.write(image_with_metadata, outPath); in doSignature()
91 Result<void> createX509Cert(const SigningKey& key, const std::string& outPath) { in createX509Cert() argument99 createSelfSignedCertificate(*publicKey, keySignFunction, outPath); in createX509Cert()