Searched refs:post_fork_fn (Results 1 – 5 of 5) sorted by relevance
/art/oatdump/ |
D | oatdump_test.cc | 100 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()
|
D | oatdump_test.h | 158 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/ |
D | dex2oat_cts_test.cc | 50 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/ |
D | dex2oat_environment_test.h | 237 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()
|
D | common_runtime_test.cc | 529 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()
|