Searched refs:ForkAndExec (Results 1 – 7 of 7) sorted by relevance
/art/libartbase/base/ |
D | common_art_test.h | 205 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv, 208 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv,
|
D | common_art_test.cc | 599 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec() function in art::CommonArtTestImpl 670 CommonArtTestImpl::ForkAndExecResult CommonArtTestImpl::ForkAndExec( in ForkAndExec() function in art::CommonArtTestImpl 675 return ForkAndExec(argv, post_fork, string_collect_fn); in ForkAndExec()
|
/art/compiler/utils/ |
D | assembler_test_base.h | 163 bool ok = CommonArtTestImpl::ForkAndExec(args, [](){ return true; }, &output).StandardSuccess(); in Assemble() 173 bool ok = CommonArtTestImpl::ForkAndExec(args, [](){ return true; }, output).StandardSuccess(); in Disassemble()
|
/art/oatdump/ |
D | oatdump_test.cc | 101 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() 334 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn);
|
/art/runtime/ |
D | dex2oat_environment_test.h | 222 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat()
|
D | common_runtime_test.cc | 504 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()
|