MCPcopy Create free account
hub / github.com/comaps/comaps / GetFilePath

Function GetFilePath

libs/map/gps_tracker.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21char constexpr kEnabledKey[] = "GpsTrackingEnabled";
22
23inline std::string GetFilePath()
24{
25 return base::JoinPath(GetPlatform().WritableDir(), GPS_TRACK_FILENAME);
26}
27
28inline bool GetSettingsIsEnabled()
29{

Callers 2

GpsTrackerMethod · 0.70
GetFilePathMethod · 0.50

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected