Searched refs:post_fork_fn (Results 1 – 4 of 4) sorted by relevance
/art/oatdump/ |
D | oatdump_test.cc | 104 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()
|
D | oatdump_test.h | 143 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/ |
D | dex2oat_image_test.cc | 191 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()
|
D | dex2oat_test.cc | 235 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()
|