Searched refs:fixed_location_file_path (Results 1 – 5 of 5) sorted by relevance
62 if (!instance.fixed_location_file_path().empty()) { in GnssGrpcProxyServer()64 instance.fixed_location_file_path()); in GnssGrpcProxyServer()
346 std::string fixed_location_file_path() const;768 const std::string& fixed_location_file_path);
550 std::string CuttlefishConfig::InstanceSpecific::fixed_location_file_path() in fixed_location_file_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific555 const std::string& fixed_location_file_path) { in set_fixed_location_file_path() argument556 (*Dictionary())[kFixedLocationFilePath] = fixed_location_file_path; in set_fixed_location_file_path()
83 DEFINE_string(fixed_location_file_path, "",
376 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()