Searched refs:post_fork_fn (Results 1 – 4 of 4) sorted by relevance
/art/oatdump/ |
D | oatdump_test.cc | 100 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()
|
D | oatdump_test.h | 152 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/ |
D | dex2oat_environment_test.h | 221 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()
|
D | common_runtime_test.cc | 503 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()
|