Searched refs:fs_result (Results 1 – 2 of 2) sorted by relevance
179 bool fs_result; in FilesExist() local183 fs_result = false; in FilesExist()190 fs_result = file_system->FilesExist(itr.second, fs_status); in FilesExist()193 result &= fs_result; in FilesExist()197 } else if (!fs_result) { in FilesExist()
4668 bool fs_result = true; in executeTest() local4670 for (unsigned int y = 0; y < m_reference_texture_height && fs_result; ++y) in executeTest()4674 for (unsigned int x = 0; x < m_reference_texture_width && fs_result; ++x) in executeTest()4685 fs_result = false; in executeTest()4690 if (!fs_result) in executeTest()