Home
last modified time | relevance | path

Searched refs:loop_max_part (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp73 kernel_cmdline.push_back(concat("loop.max_part=", config.loop_max_part())); in KernelCommandLineFromConfig()
Dcuttlefish_config.h242 void set_loop_max_part(int loop_max_part);
243 int loop_max_part() const;
Dcuttlefish_config.cpp703 void CuttlefishConfig::set_loop_max_part(int loop_max_part) { in set_loop_max_part() argument
704 (*dictionary_)[kLoopMaxPart] = loop_max_part; in set_loop_max_part()
706 int CuttlefishConfig::loop_max_part() const { in loop_max_part() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc67 DEFINE_int32(loop_max_part, 7, "Maximum number of loop partitions");