/external/perfetto/src/base/ |
D | subprocess_posix.cc | 57 const char* exec_cmd = nullptr; member 182 if (!args->exec_cmd) in ChildProcess() 187 if (strchr(args->exec_cmd, '/')) { in ChildProcess() 189 execve(args->exec_cmd, args->argv.data(), env); in ChildProcess() 194 execvp(args->exec_cmd, args->argv.data()); in ChildProcess() 211 if (!args.exec_cmd.empty()) { in Start() 212 proc_args.exec_cmd = args.exec_cmd[0].c_str(); in Start() 213 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 | 123 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() function 127 std::vector<std::string> exec_cmd; member 183 explicit Subprocess(std::initializer_list<std::string> exec_cmd = {});
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | test_lsm.c | 37 int exec_cmd(int *monitored_pid) in exec_cmd() function 69 err = exec_cmd(&skel->bss->monitored_pid); in test_lsm()
|
/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/perfetto/test/ |
D | test_helper.h | 437 std::vector<std::string>& cmd = subprocess_.args.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/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/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/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/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/lmfit/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/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/ |
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/libconfig/aux-build/ |
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/curl/ |
D | ltmain.sh | 4220 exec_cmd=\$cmd$args 4812 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11414 test -z "$exec_cmd" && \ 11417 if test -n "$exec_cmd"; then 11418 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/sg3_utils/ |
D | ltmain.sh | 4220 exec_cmd=\$cmd$args 4812 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11414 test -z "$exec_cmd" && \ 11417 if test -n "$exec_cmd"; then 11418 eval exec "$exec_cmd"
|
/external/pcre/ |
D | ltmain.sh | 4216 exec_cmd=\$cmd$args 4808 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11402 test -z "$exec_cmd" && \ 11405 if test -n "$exec_cmd"; then 11406 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 | 4216 exec_cmd=\$cmd$args 4808 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' 11402 test -z "$exec_cmd" && \ 11405 if test -n "$exec_cmd"; then 11406 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"
|