Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc103 auto post_fork_fn = []() { return true; }; in TEST_F() local
104 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/
Dcommon_runtime_test.cc499 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:f", 1) == 0; }; in RunDex2Oat() local
500 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()
/art/dex2oat/
Ddex2oat_test.cc249 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:d", 1) == 0; }; in Dex2Oat() local
250 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, &output_); in Dex2Oat()