Searched refs:parseFile (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/commands/cvd_import_locations/ |
D | main.cc | 99 GpxParser::parseFile(FLAGS_file_path.c_str(), &coordinates, &error); in ImportLocationsCvdMain() 102 KmlParser::parseFile(FLAGS_file_path.c_str(), &coordinates, &error); in ImportLocationsCvdMain()
|
/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | gpx_parser_test.cc | 36 result = GpxParser::parseFile(path.c_str(), locations, error); in ParseGpxFile() 51 bool isOk = GpxParser::parseFile("i_dont_exist.gpx", &locations, &error); in TEST()
|
D | kml_parser_test.cc | 35 result = KmlParser::parseFile(path.c_str(), locations, error); in ParseKmlFile() 49 ASSERT_FALSE(KmlParser::parseFile("", &locations, &error)); in TEST()
|
/device/google/cuttlefish/host/libs/location/ |
D | GpxParser.h | 29 static bool parseFile(const char *filePath, GpsFixArray *fixes,
|
D | KmlParser.h | 29 static bool parseFile(const char* filePath, GpsFixArray* fixes,
|
D | KmlParser.cpp | 159 bool KmlParser::parseFile(const char* filePath, GpsFixArray* fixes, in parseFile() function in KmlParser
|
D | GpxParser.cpp | 203 bool GpxParser::parseFile(const char *filePath, GpsFixArray *fixes, in parseFile() function in GpxParser
|