Searched refs:do_command (Results 1 – 5 of 5) sorted by relevance
/external/lldb/scripts/ |
D | build-llvm.pl | 115 …do_command ("cd '$SRCROOT' && svn co --quiet --revision $llvm_revision http://llvm.org/svn/llvm-pr… 117 …do_command ("cd '$llvm_srcroot/tools' && svn co --quiet --revision $clang_revision http://llvm.org… 123 do_command ("cd '$llvm_srcroot' && patch -p0 < $patch"); 129 do_command ("cd '$llvm_srcroot/tools/clang' && patch -p0 < $patch"); 196 …do_command ("mkdir -p '$llvm_dstroot_arch'", "making llvm build directory '$llvm_dstroot_arch'", 1… 205 …do_command ("mkdir -p '$llvm_dstroot_arch_bin'", "making llvm build arch bin directory '$llvm_dstr… 255 …do_command ("cd '$llvm_dstroot_arch' && unset SDKROOT && '$llvm_srcroot/configure' $lldb_configura… 260 … do_command ("cd '$llvm_dstroot_arch' && '$llvm_srcroot/configure' $lldb_configuration_options", 275 …do_command ("cd '$llvm_dstroot_arch' && make -j$num_cpus clang-only VERBOSE=1 $llvm_config_href->{… 276 …do_command ("cd '$llvm_dstroot_arch' && make -j$num_cpus tools-only VERBOSE=1 $llvm_config_href->{… [all …]
|
D | checkpoint-llvm.pl | 15 sub do_command subroutine 67 -e $rsync_dst_dir or do_command ("mkdir -p '$rsync_dst_dir'"); 68 …do_command ("rsync -amvC --exclude='*.tmp' --exclude='*.txt' --exclude='*.TXT' --exclude='*.td' --… 114 …do_command ("cp '$llvm_build_dir/$arch/libllvmclang.a' '$llvm_checkpoint_dir/$arch/libllvmclang.a'… 119 do_command ("rm -rf '$llvm_zip_file'", "Removing old llvm checkpoint file '$llvm_zip_file'", 1); 120 …do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint director…
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 41 static int do_command(void); 422 static int do_command(void) in do_command() function 577 do_command(); in main() 603 if (do_command()) break; in main() 613 do_command(); in main()
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | tdbtool-includes | 30 static int do_command(void);
|
/external/iproute2/include/ |
D | iptables.h | 156 extern int do_command(int argc, char *argv[], char **table,
|