Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc99 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/
Dgpx_parser_test.cc36 result = GpxParser::parseFile(path.c_str(), locations, error); in ParseGpxFile()
51 bool isOk = GpxParser::parseFile("i_dont_exist.gpx", &locations, &error); in TEST()
Dkml_parser_test.cc35 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/
DGpxParser.h29 static bool parseFile(const char *filePath, GpsFixArray *fixes,
DKmlParser.h29 static bool parseFile(const char* filePath, GpsFixArray* fixes,
DKmlParser.cpp159 bool KmlParser::parseFile(const char* filePath, GpsFixArray* fixes, in parseFile() function in KmlParser
DGpxParser.cpp203 bool GpxParser::parseFile(const char *filePath, GpsFixArray *fixes, in parseFile() function in GpxParser