Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc100 auto post_fork_fn = []() { return true; }; in TEST_F() local
101 ForkAndExecResult res = ForkAndExec({dexdump, "-d", dex_location}, post_fork_fn, &output); in TEST_F()
Doatdump_test.h152 auto post_fork_fn = []() { in GenerateAppOdexFile()
160 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, &error_msg); in GenerateAppOdexFile()
329 auto post_fork_fn = []() {
334 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn);
/art/runtime/
Ddex2oat_environment_test.h221 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:d", 1) == 0; }; in Dex2Oat()
222 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, output); in Dex2Oat()
Dcommon_runtime_test.cc503 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:f", 1) == 0; }; in RunDex2Oat() local
504 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()