Searched refs:ioFile (Results 1 – 1 of 1) sorted by relevance
57 std::fstream ioFile; in IsExistFile() local62 ioFile.open(path, std::ios::in); in IsExistFile()63 if (ioFile) { in IsExistFile()68 ioFile.clear(); in IsExistFile()69 ioFile.close(); in IsExistFile()