Home
last modified time | relevance | path

Searched refs:filedata (Results 1 – 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/include/
Dlocation_config_manager.h55 bool CreateFile(const std::string& filename, const std::string& filedata);
/base/location/services/location_locator/locator/source/
Dlocation_config_manager.cpp74 bool LocationConfigManager::CreateFile(const std::string& filename, const std::string& filedata) in CreateFile() argument
84 outFile << filedata << std::endl; in CreateFile()