Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h191 void set_launcher_log_path(const std::string& launcher_log_path);
Dcuttlefish_config.cpp488 void CuttlefishConfig::set_launcher_log_path( in set_launcher_log_path() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc407 tmp_config_obj.set_launcher_log_path(tmp_config_obj.PerInstancePath("launcher.log")); in InitializeCuttlefishConfiguration()