Home
last modified time | relevance | path

Searched refs:apkcertsOutput (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/extract_apks/
Dmain.go443 apkcertsOutput = flag.String("apkcerts", "", var
513 (targetConfig.stem == "" && !*extractSingle) || (*apkcertsOutput != "" && *partition == "") {
552 if err == nil && *apkcertsOutput != "" {
553 apkcertsFile, err := os.Create(*apkcertsOutput)