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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 290 void set_run_e2e_test(bool run_e2e_test);
291 bool run_e2e_test() const;
cuttlefish_config.cpp 151 const char* kRunE2eTest = "run_e2e_test";
758 bool CuttlefishConfig::run_e2e_test() const { function in class:vsoc::CuttlefishConfig
762 void CuttlefishConfig::set_run_e2e_test(bool run_e2e_test) {
763 (*dictionary_)[kRunE2eTest] = run_e2e_test;
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 186 if (config.run_e2e_test()) {
flags.cc 180 DEFINE_bool(run_e2e_test, true, "Run e2e test after device launches");
533 SetCommandLineOptionWithMode("run_e2e_test", "false",

Completed in 141 milliseconds