Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocation_config_manager.cpp55 std::fstream ioFile; in IsExistFile() local
60 ioFile.open(path, std::ios::in); in IsExistFile()
61 if (ioFile) { in IsExistFile()
66 ioFile.clear(); in IsExistFile()
67 ioFile.close(); in IsExistFile()