Home
last modified time | relevance | path

Searched refs:post_fork_fn (Results 1 – 5 of 5) sorted by relevance

/art/oatdump/
Doatdump_test.cc100 auto post_fork_fn = []() { return true; }; in TEST_P() local
101 ForkAndExecResult res = ForkAndExec({dexdump, "-d", dex_location}, post_fork_fn, &output); in TEST_P()
Doatdump_test.h158 auto post_fork_fn = []() {
166 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, &error_msg);
347 auto post_fork_fn = []() {
354 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn);
/art/dex2oat/
Ddex2oat_cts_test.cc50 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:d", 1) == 0; }; in Dex2Oat() local
51 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat()
/art/runtime/
Ddex2oat_environment_test.h237 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:d", 1) == 0; }; in Dex2Oat()
238 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat()
Dcommon_runtime_test.cc529 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:f", 1) == 0; }; in RunDex2Oat() local
530 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()