OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otool_cmd
(Results
1 - 2
of
2
) sorted by null
/external/chromium/build/mac/
strip_save_dsym
96
otool_cmd
= subprocess.Popen(["/usr/bin/otool", "-arch", arch, "-l", "-",
106
for otool_line in
otool_cmd
.stdout:
162
if
otool_cmd
.wait() != 0:
/external/chromium_org/build/mac/
strip_save_dsym
96
otool_cmd
= subprocess.Popen(["/usr/bin/otool", "-arch", arch, "-l", "-",
106
for otool_line in
otool_cmd
.stdout:
162
if
otool_cmd
.wait() != 0:
Completed in 23 milliseconds