HomeSort by relevance Sort by last modified time
    Searched refs:run_as_daemon (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 287 void set_run_as_daemon(bool run_as_daemon);
288 bool run_as_daemon() const;
cuttlefish_config.cpp 150 const char* kRunAsDaemon = "run_as_daemon";
750 bool CuttlefishConfig::run_as_daemon() const { function in class:vsoc::CuttlefishConfig
754 void CuttlefishConfig::set_run_as_daemon(bool run_as_daemon) {
755 (*dictionary_)[kRunAsDaemon] = run_as_daemon;
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 373 if (config->run_as_daemon()) {
392 if (config->run_as_daemon()) {

Completed in 116 milliseconds