Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc104 auto post_fork_fn = []() { return true; }; in TEST_F() local
105 ForkAndExecResult res = ForkAndExec({dexdump2, "-d", dex_location}, post_fork_fn, &output); in TEST_F()
Doatdump_test.h143 auto post_fork_fn = []() { in GenerateAppOdexFile()
151 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, &error_msg); in GenerateAppOdexFile()
318 auto post_fork_fn = []() { in Exec()
323 ForkAndExecResult res = ForkAndExec(exec_argv, post_fork_fn, line_buf_fn); in Exec()
/art/dex2oat/
Ddex2oat_image_test.cc191 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:f", 1) == 0; }; in RunDex2Oat() local
192 ForkAndExecResult res = ForkAndExec(args, post_fork_fn, error_msg); in RunDex2Oat()
Ddex2oat_test.cc235 auto post_fork_fn = []() { return setenv("ANDROID_LOG_TAGS", "*:d", 1) == 0; }; in Dex2Oat() local
236 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, &output_); in Dex2Oat()