Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommand.java26 public KatiException(List<String> cmd, String stderr) { in KatiException()
DKatiCommandImpl.java75 final ArrayList<String> cmd = new ArrayList(); in run() local
/build/make/tools/
Dextract_kernel.py130 def try_decompress_bytes(cmd, input_bytes): argument
138 def try_decompress(cmd, search_bytes, input_bytes): argument
/build/make/tools/releasetools/
Dfind_shareduid_violation.py63 def execute(cmd): argument
Dota_from_target_files.py420 def _Run(self, cmd): # pylint: disable=no-self-use argument
Dota_from_target_files420 def _Run(self, cmd): # pylint: disable=no-self-use argument
Dedify_generator.py40 def WordWrap(cmd, linelen=80): argument
Dcommon.py1324 def AppendAVBSigningArgs(cmd, partition): argument
/build/make/tools/atree/
Dfs.cpp179 char* cmd = strdup(strip_cmd); in strip_file() local
/build/soong/genrule/
Dgenrule.go202 cmd string member
/build/soong/scripts/hiddenapi/
Danalyze_bcpf.py444 def run_command(self, cmd, *args, **kwargs): argument