Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h242 void set_loop_max_part(int loop_max_part);
Dcuttlefish_config.cpp703 void CuttlefishConfig::set_loop_max_part(int loop_max_part) { in set_loop_max_part() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc344 tmp_config_obj.set_loop_max_part(FLAGS_loop_max_part); in InitializeCuttlefishConfiguration()