Home
last modified time | relevance | path

Searched defs:exec_cmd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindEnvModules.cmake168 set(exec_cmd ${ARGV}) variable
170 set(exec_cmd ${MOD_ARGS_COMMAND}) variable
/aosp_15_r20/system/core/fastboot/
H A Dfs.cpp31 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function
86 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dsubprocess.h123 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() function
127 std::vector<std::string> exec_cmd; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dsubprocess.h123 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() function
127 std::vector<std::string> exec_cmd; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c37 int exec_cmd(int *monitored_pid) in exec_cmd() function
/aosp_15_r20/bootable/recovery/recovery_utils/
H A Droots.cpp93 static int exec_cmd(const std::vector<std::string>& args) { in exec_cmd() function
/aosp_15_r20/external/perfetto/src/base/
H A Dsubprocess_posix.cc57 const char* exec_cmd = nullptr; member
/aosp_15_r20/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp51 static gatekeeper_error_t exec_cmd(void (GateKeeper::*operation)(const Request&, in exec_cmd() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/
H A Dtdc.py180 def exec_cmd(args, pm, stage, command): function