Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h185 void set_enable_sandbox(const bool enable_sandbox);
Dcuttlefish_config.cpp426 void CuttlefishConfig::set_enable_sandbox(const bool enable_sandbox) { in set_enable_sandbox() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc442 tmp_config_obj.set_enable_sandbox(FLAGS_enable_sandbox); in InitializeCuttlefishConfiguration()