Home
last modified time | relevance | path

Searched refs:gnss_file_path (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgnss_grpc_proxy.cpp60 if (!instance.gnss_file_path().empty()) { in GnssGrpcProxyServer()
63 instance.gnss_file_path()); in GnssGrpcProxyServer()
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp81 DEFINE_string(gnss_file_path, "",
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h368 std::string gnss_file_path() const;
831 void set_gnss_file_path(const std::string &gnss_file_path);
Dcuttlefish_config_instance.cpp633 std::string CuttlefishConfig::InstanceSpecific::gnss_file_path() const { in gnss_file_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
637 const std::string& gnss_file_path) { in set_gnss_file_path() argument
638 (*Dictionary())[kGnssFilePath] = gnss_file_path; in set_gnss_file_path()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc393 DEFINE_vec(gnss_file_path, CF_DEFAULTS_GNSS_FILE_PATH,
1240 CF_EXPECT(GET_FLAG_STR_VALUE(gnss_file_path)); in InitializeCuttlefishConfiguration()