Home
last modified time | relevance | path

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

/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/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/releasetools/
Dfind_shareduid_violation.py63 def execute(cmd): argument
Dpayload_signer.py138 def _Run(cmd): argument
Dedify_generator.py40 def WordWrap(cmd, linelen=80): argument
Dota_utils.py848 def _Run(self, cmd): # pylint: disable=no-self-use argument
Dcommon.py1423 def AppendAVBSigningArgs(cmd, partition, avb_salt=None): argument
/build/make/tools/ide_query/cc_analyzer/
Danalyzer.cc114 const auto& cmd = cmds.front(); in GetBuildInputs() local
Dinclude_scanner.cc139 const clang::tooling::CompileCommand &cmd, in ScanIncludes()
/build/make/tools/atree/
Dfs.cpp179 char* cmd = strdup(strip_cmd); in strip_file() local
/build/soong/genrule/
Dgenrule.go194 cmd string member
/build/soong/scripts/hiddenapi/
Danalyze_bcpf.py444 def run_command(self, cmd, *args, **kwargs): argument