Searched refs:ioFile (Results 1 – 1 of 1) sorted by relevance
55 std::fstream ioFile; in IsExistFile() local60 ioFile.open(path, std::ios::in); in IsExistFile()61 if (ioFile) { in IsExistFile()66 ioFile.clear(); in IsExistFile()67 ioFile.close(); in IsExistFile()