HomeSort by relevance Sort by last modified time
    Searched refs:execute_command (Results 1 - 3 of 3) sorted by null

  /external/lldb/test/functionalities/exec/
TestExec.py 12 def execute_command (command): function
31 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s' -c -o '%s'" % (os.environ["CC"], source, o_file))
32 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s'" % (os.environ["CC"], o_file))
45 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s' -c -o '%s'" % (os.environ["CC"], source, o_file))
46 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s'" % (os.environ["CC"], o_file))
47 execute_command ("rm -rf '%s'" % (dsym_path))
  /external/lldb/test/functionalities/fat_archives/
TestFatArchives.py 12 def execute_command (command): function
28 execute_command ("make CC='%s'" % (os.environ["CC"]))
  /pdk/build/
pdk_utils.py 163 def execute_command(command, error_msg): function

Completed in 54 milliseconds