Searched defs:CommandToRun (Results 1 - 3 of 3) sorted by relevance

/external/v8/build/toolchain/
H A Dgcc_ar_wrapper.py29 def CommandToRun(command): function
67 return subprocess.call(CommandToRun(command))
H A Dgcc_link_wrapper.py27 def CommandToRun(command): function
51 result = subprocess.call(CommandToRun(args.command))
57 result = subprocess.call(CommandToRun([
H A Dgcc_solink_wrapper.py29 def CommandToRun(command): function
38 readelf = subprocess.Popen(CommandToRun([args.readelf, '-d', args.sofile]),
49 nm = subprocess.Popen(CommandToRun([
104 result = subprocess.call(CommandToRun(args.command))
119 result = subprocess.call(CommandToRun([args.strip, '--strip-unneeded',

Completed in 90 milliseconds