/external/perfetto/src/base/ |
D | subprocess_posix.cc | 57 const char* exec_cmd = nullptr; member 165 if (!args->exec_cmd) in ChildProcess() 170 if (strchr(args->exec_cmd, '/')) { in ChildProcess() 172 execve(args->exec_cmd, args->argv.data(), env); in ChildProcess() 177 execvp(args->exec_cmd, args->argv.data()); in ChildProcess() 194 if (!args.exec_cmd.empty()) { in Start() 195 proc_args.exec_cmd = args.exec_cmd[0].c_str(); in Start() 196 for (const std::string& arg : args.exec_cmd) in Start()
|
D | subprocess.cc | 71 for (size_t i = 0; i < exec_cmd.size(); i++) { in GetCmdString() 73 str += exec_cmd[i]; in GetCmdString()
|
D | subprocess_windows.cc | 43 if (args.exec_cmd.empty()) { in Start() 53 for (const auto& part : args.exec_cmd) { in Start()
|
/external/perfetto/include/perfetto/ext/base/ |
D | subprocess.h | 117 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() function 121 std::vector<std::string> exec_cmd; member 168 explicit Subprocess(std::initializer_list<std::string> exec_cmd = {});
|
/external/catch2/misc/ |
D | coverage-helper.cpp | 93 int exec_cmd(std::string const& cmd, int log_num, std::string const& path) { in exec_cmd() function 137 return exec_cmd(cmdline, num, windowsify_path(catch_path(args[0]))); in main()
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 180 def exec_cmd(args, pm, stage, command): function 232 (proc, foutput) = exec_cmd(args, pm, stage, cmd) 277 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"]) 297 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
|
/external/google-breakpad/autotools/ |
D | ltmain.sh | 604 exec_cmd= 1752 exec_cmd="\$cmd$args" 2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 8370 test -z "$exec_cmd" && \ 8373 if test -n "$exec_cmd"; then 8374 eval exec "$exec_cmd"
|
/external/libogg/ |
D | ltmain.sh | 604 exec_cmd= 1752 exec_cmd="\$cmd$args" 2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 8377 test -z "$exec_cmd" && \ 8380 if test -n "$exec_cmd"; then 8381 eval exec "$exec_cmd"
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | ltmain.sh | 841 exec_cmd= 2634 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9625 test -z "$exec_cmd" && \ 9628 if test -n "$exec_cmd"; then 9629 eval exec "$exec_cmd"
|
/external/libnfnetlink/ |
D | ltmain.sh | 604 exec_cmd= 1752 exec_cmd="\$cmd$args" 2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 8377 test -z "$exec_cmd" && \ 8380 if test -n "$exec_cmd"; then 8381 eval exec "$exec_cmd"
|
/external/libexif/ |
D | ltmain.sh | 848 exec_cmd= 2636 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9620 test -z "$exec_cmd" && \ 9623 if test -n "$exec_cmd"; then 9624 eval exec "$exec_cmd"
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 841 exec_cmd= 2634 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9619 test -z "$exec_cmd" && \ 9622 if test -n "$exec_cmd"; then 9623 eval exec "$exec_cmd"
|
/external/libnfnetlink/build-aux/ |
D | ltmain.sh | 841 exec_cmd= 2634 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9625 test -z "$exec_cmd" && \ 9628 if test -n "$exec_cmd"; then 9629 eval exec "$exec_cmd"
|
/external/speex/ |
D | ltmain.sh | 841 exec_cmd= 2634 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9625 test -z "$exec_cmd" && \ 9628 if test -n "$exec_cmd"; then 9629 eval exec "$exec_cmd"
|
/external/libnetfilter_conntrack/build-aux/ |
D | ltmain.sh | 841 exec_cmd= 2634 exec_cmd="\$cmd$args" 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 9625 test -z "$exec_cmd" && \ 9628 if test -n "$exec_cmd"; then 9629 eval exec "$exec_cmd"
|
/external/libnetfilter_conntrack/ |
D | ltmain.sh | 604 exec_cmd= 1752 exec_cmd="\$cmd$args" 2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 8377 test -z "$exec_cmd" && \ 8380 if test -n "$exec_cmd"; then 8381 eval exec "$exec_cmd"
|
/external/ImageMagick/config/ |
D | ltmain.sh | 3960 exec_cmd=\$cmd$args 4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11115 test -z "$exec_cmd" && \ 11118 if test -n "$exec_cmd"; then 11119 eval exec "$exec_cmd"
|
/external/pcre/dist2/ |
D | ltmain.sh | 4174 exec_cmd=\$cmd$args 4766 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11335 test -z "$exec_cmd" && \ 11338 if test -n "$exec_cmd"; then 11339 eval exec "$exec_cmd"
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ltmain.sh | 3848 exec_cmd=\$cmd$args 4433 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 10898 test -z "$exec_cmd" && \ 10901 if test -n "$exec_cmd"; then 10902 eval exec "$exec_cmd"
|
/external/llvm-project/polly/lib/External/isl/ |
D | ltmain.sh | 3960 exec_cmd=\$cmd$args 4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11122 test -z "$exec_cmd" && \ 11125 if test -n "$exec_cmd"; then 11126 eval exec "$exec_cmd"
|
/external/e2fsprogs/config/ |
D | ltmain.sh | 4052 exec_cmd=\$cmd$args 4644 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11215 test -z "$exec_cmd" && \ 11218 if test -n "$exec_cmd"; then 11219 eval exec "$exec_cmd"
|
/external/libpng/ |
D | ltmain.sh | 3960 exec_cmd=\$cmd$args 4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11113 test -z "$exec_cmd" && \ 11116 if test -n "$exec_cmd"; then 11117 eval exec "$exec_cmd"
|
/external/libevent/build-aux/ |
D | ltmain.sh | 4174 exec_cmd=\$cmd$args 4766 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11335 test -z "$exec_cmd" && \ 11338 if test -n "$exec_cmd"; then 11339 eval exec "$exec_cmd"
|
/external/iperf3/config/ |
D | ltmain.sh | 3960 exec_cmd=\$cmd$args 4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11113 test -z "$exec_cmd" && \ 11116 if test -n "$exec_cmd"; then 11117 eval exec "$exec_cmd"
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | ltmain.sh | 3960 exec_cmd=\$cmd$args 4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11122 test -z "$exec_cmd" && \ 11125 if test -n "$exec_cmd"; then 11126 eval exec "$exec_cmd"
|