Home
last modified time | relevance | path

Searched refs:post_bootcomplete (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Drun_dex2oat_test.cpp110 bool post_bootcomplete = false; member
256 args->post_bootcomplete, in CallRunDex2Oat()
360 args->post_bootcomplete = false; in TEST_F()
370 args->post_bootcomplete = true; in TEST_F()
382 args->post_bootcomplete = true; in TEST_F()
394 args->post_bootcomplete = true; in TEST_F()
466 args->post_bootcomplete = false; in TEST_F()
476 args->post_bootcomplete = true; in TEST_F()
488 args->post_bootcomplete = true; in TEST_F()
500 args->post_bootcomplete = true; in TEST_F()
Drun_dex2oat.cpp78 bool post_bootcomplete, in Initialize() argument
95 PrepareCompilerRuntimeAndPerfConfigFlags(post_bootcomplete, for_restore); in Initialize()
298 void RunDex2Oat::PrepareCompilerRuntimeAndPerfConfigFlags(bool post_bootcomplete, in PrepareCompilerRuntimeAndPerfConfigFlags() argument
303 std::string dex2oat_cpu_set_arg = post_bootcomplete in PrepareCompilerRuntimeAndPerfConfigFlags()
317 std::string dex2oat_threads_arg = post_bootcomplete in PrepareCompilerRuntimeAndPerfConfigFlags()
Drun_dex2oat.h48 bool post_bootcomplete,
79 void PrepareCompilerRuntimeAndPerfConfigFlags(bool post_bootcomplete, bool for_restore);