OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getoutput
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-view/share/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-view/share/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-view/share/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-view/share/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py
125
info = commands.
getoutput
('kde-config --version')
158
info = commands.
getoutput
('xprop -root _DT_SAVE_MODE')
/external/autotest/site_utils/
team_extract.py
51
find_result = commands.
getoutput
(command)
/external/skia/tools/
sanitize_source_files.py
128
output = commands.
getoutput
(
/external/autotest/client/tools/
crash_handler.py
109
output = commands.
getoutput
('gdb -c %s batch' % path)
145
backtrace = commands.
getoutput
(gdb_cmd)
/bionic/libc/tools/
gensyscalls.py
662
commands.
getoutput
("git add " + " ".join(adds))
664
commands.
getoutput
("git rm " + " ".join(deletes))
669
commands.
getoutput
("git add " + " ".join((os.path.join(bionic_libc_root, file)) for file in edits))
671
commands.
getoutput
("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))
/external/autotest/client/bin/
base_utils.py
682
glibc_ver = commands.
getoutput
('ldd --version').splitlines()[0]
Completed in 862 milliseconds
1
2