Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h90 void set_memory_mb(int memory_mb);
Dcuttlefish_config.cpp250 void CuttlefishConfig::set_memory_mb(int memory_mb) { in set_memory_mb() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc283 tmp_config_obj.set_memory_mb(FLAGS_memory_mb); in InitializeCuttlefishConfiguration()