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.cpp57 std::fstream ioFile; in IsExistFile() local
62 ioFile.open(path, std::ios::in); in IsExistFile()
63 if (ioFile) { in IsExistFile()
68 ioFile.clear(); in IsExistFile()
69 ioFile.close(); in IsExistFile()