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
257 args->post_bootcomplete, in CallRunDex2Oat()
362 args->post_bootcomplete = false; in TEST_F()
372 args->post_bootcomplete = true; in TEST_F()
384 args->post_bootcomplete = true; in TEST_F()
396 args->post_bootcomplete = true; in TEST_F()
408 args->post_bootcomplete = true; in TEST_F()
420 args->post_bootcomplete = true; in TEST_F()
474 args->post_bootcomplete = false; in TEST_F()
484 args->post_bootcomplete = true; in TEST_F()
[all …]
Drun_dex2oat.cpp78 bool post_bootcomplete, in Initialize() argument
96 PrepareCompilerRuntimeAndPerfConfigFlags(post_bootcomplete, for_restore, in Initialize()
277 void RunDex2Oat::PrepareCompilerRuntimeAndPerfConfigFlags(bool post_bootcomplete, in PrepareCompilerRuntimeAndPerfConfigFlags() argument
283 std::string dex2oat_cpu_set_arg = post_bootcomplete in PrepareCompilerRuntimeAndPerfConfigFlags()
302 std::string dex2oat_threads_arg = post_bootcomplete in PrepareCompilerRuntimeAndPerfConfigFlags()
Drun_dex2oat.h48 bool post_bootcomplete,
80 void PrepareCompilerRuntimeAndPerfConfigFlags(bool post_bootcomplete,