Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h151 void set_mempath(const std::string& mempath);
Dcuttlefish_config.cpp397 void CuttlefishConfig::set_mempath(const std::string& mempath) { in set_mempath() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc389 tmp_config_obj.set_mempath(FLAGS_mempath); in InitializeCuttlefishConfiguration()