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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 293 void set_e2e_test_binary(const std::string& e2e_test_binary);
294 std::string e2e_test_binary() const;
cuttlefish_config.cpp 152 const char* kE2eTestBinary = "e2e_test_binary";
766 std::string CuttlefishConfig::e2e_test_binary() const { function in class:vsoc::CuttlefishConfig
770 void CuttlefishConfig::set_e2e_test_binary(const std::string& e2e_test_binary) {
771 (*dictionary_)[kE2eTestBinary] = e2e_test_binary;
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 188 cvd::Command(config.e2e_test_binary()),
flags.cc 181 DEFINE_string(e2e_test_binary,

Completed in 75 milliseconds