Searched refs:ForkAndExec (Results 1 – 6 of 6) sorted by relevance
/art/oatdump/ |
D | oatdump_test.cc | 104 ForkAndExecResult res = ForkAndExec({dexdump, "-d", dex_location}, post_fork_fn, &output); in TEST_F()
|
D | oatdump_test.h | 160 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, &error_msg); in GenerateAppOdexFile() 333 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn);
|
/art/libartbase/base/ |
D | common_art_test.h | 244 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv, 247 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv,
|
D | common_art_test.cc | 559 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec() function in art::CommonArtTestImpl 630 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec() function in art::CommonArtTestImpl 635 return ForkAndExec(argv, post_fork, string_collect_fn); in ForkAndExec()
|
/art/runtime/ |
D | common_runtime_test.cc | 523 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 250 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, &output_); in Dex2Oat()
|