Searched refs:ForkAndExecResult (Results 1 – 7 of 7) sorted by relevance
/art/dex2oat/ |
D | dex2oat_cts_test.cc | 51 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat() 52 if (res.stage != ForkAndExecResult::kFinished) { in Dex2Oat()
|
/art/oatdump/ |
D | oatdump_test.h | 166 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, &error_msg); 167 if (res.stage != ForkAndExecResult::kFinished) { 354 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn); 355 if (res.stage != ForkAndExecResult::kFinished) {
|
D | oatdump_test.cc | 101 ForkAndExecResult res = ForkAndExec({dexdump, "-d", dex_location}, post_fork_fn, &output); in TEST_P()
|
/art/libartbase/base/ |
D | common_art_test.cc | 603 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec() 607 ForkAndExecResult result; in ForkAndExec() 609 result.stage = ForkAndExecResult::kLink; in ForkAndExec() 629 result.stage = ForkAndExecResult::kFork; in ForkAndExec() 655 result.stage = ForkAndExecResult::kWaitpid; in ForkAndExec() 671 result.stage = ForkAndExecResult::kFinished; in ForkAndExec() 675 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec()
|
D | common_art_test.h | 203 struct ForkAndExecResult { struct 219 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv, argument 222 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv,
|
/art/runtime/ |
D | dex2oat_environment_test.h | 238 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat() 239 if (res.stage != ForkAndExecResult::kFinished) { in Dex2Oat()
|
D | common_runtime_test.cc | 530 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat() 531 if (res.stage != ForkAndExecResult::kFinished) { in RunDex2Oat()
|