HomeSort by relevance Sort by last modified time
    Searched refs:ForkAndExec (Results 1 - 2 of 2) sorted by null

  /art/oatdump/
oatdump_test.h 189 bool result = ForkAndExec(exec_argv, &pid, &pipe_fd, error_msg);
254 bool ForkAndExec(const std::vector<std::string>& exec_argv,
301 bool result = ForkAndExec(exec_argv, &pid, &pipe_fd, error_msg);
  /system/core/adb/
shell_service.cpp 153 bool ForkAndExec(std::string* _Nonnull error);
223 bool Subprocess::ForkAndExec(std::string* error) {
742 if (!subprocess->ForkAndExec(&error)) {

Completed in 125 milliseconds