HomeSort by relevance Sort by last modified time
    Searched full:execute_command (Results 1 - 6 of 6) 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"]))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 36 def execute_command(self, command, in_dir=None):
107 out, err, exitCode = self.execute_command(cmd)
129 out, err, exitCode = self.execute_command(cmd)
149 out, err, exitCode = self.execute_command(cmd, source_dir)
  /pdk/build/
pdk_utils.py 163 def execute_command(command, error_msg): function
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 371 milliseconds