Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgnss_grpc_proxy.cpp62 if (!instance.fixed_location_file_path().empty()) { in GnssGrpcProxyServer()
64 instance.fixed_location_file_path()); in GnssGrpcProxyServer()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h346 std::string fixed_location_file_path() const;
768 const std::string& fixed_location_file_path);
Dcuttlefish_config_instance.cpp550 std::string CuttlefishConfig::InstanceSpecific::fixed_location_file_path() in fixed_location_file_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
555 const std::string& fixed_location_file_path) { in set_fixed_location_file_path() argument
556 (*Dictionary())[kFixedLocationFilePath] = fixed_location_file_path; in set_fixed_location_file_path()
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp83 DEFINE_string(fixed_location_file_path, "",
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc376 DEFINE_vec(fixed_location_file_path, CF_DEFAULTS_FIXED_LOCATION_FILE_PATH,
1095 CF_EXPECT(GET_FLAG_STR_VALUE(fixed_location_file_path)); in InitializeCuttlefishConfiguration()