OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandToRun
(Results
1 - 3
of
3
) sorted by null
/external/v8/build/toolchain/
gcc_link_wrapper.py
27
def
CommandToRun
(command):
51
result = subprocess.call(
CommandToRun
(args.command))
57
result = subprocess.call(
CommandToRun
([
gcc_solink_wrapper.py
29
def
CommandToRun
(command):
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',
gcc_ar_wrapper.py
29
def
CommandToRun
(command):
67
return subprocess.call(
CommandToRun
(command))
Completed in 971 milliseconds