Searched defs:cmd (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | KatiCommand.java | 26 public KatiException(List<String> cmd, String stderr) { in KatiException()
|
D | KatiCommandImpl.java | 75 final ArrayList<String> cmd = new ArrayList(); in run() local
|
/build/make/tools/ |
D | extract_kernel.py | 130 def try_decompress_bytes(cmd, input_bytes): argument 138 def try_decompress(cmd, search_bytes, input_bytes): argument
|
/build/make/tools/releasetools/ |
D | find_shareduid_violation.py | 63 def execute(cmd): argument
|
D | ota_from_target_files.py | 420 def _Run(self, cmd): # pylint: disable=no-self-use argument
|
D | ota_from_target_files | 420 def _Run(self, cmd): # pylint: disable=no-self-use argument
|
D | edify_generator.py | 40 def WordWrap(cmd, linelen=80): argument
|
D | common.py | 1324 def AppendAVBSigningArgs(cmd, partition): argument
|
/build/make/tools/atree/ |
D | fs.cpp | 179 char* cmd = strdup(strip_cmd); in strip_file() local
|
/build/soong/genrule/ |
D | genrule.go | 202 cmd string member
|
/build/soong/scripts/hiddenapi/ |
D | analyze_bcpf.py | 444 def run_command(self, cmd, *args, **kwargs): argument
|