Home
last modified time | relevance | path

Searched refs:deFileExists (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp196 if (deFileExists(m_logFileName.c_str())) in start()
198 if (!deDeleteFile(m_logFileName.c_str()) || deFileExists(m_logFileName.c_str())) in start()
325 if (!deFileExists(m_logFileName.c_str())) in readTestLog()
H A DxsWin32TestProcess.cpp658 while (tryNdx < MAX_OLD_LOGFILE_DELETE_ATTEMPTS && deFileExists(m_logFileName.c_str())) in start()
666 if (deFileExists(m_logFileName.c_str())) in start()
765 if (!deFileExists(m_logFileName.c_str())) in readTestLog()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidExecService.cpp162 if (deFileExists(LOG_FILE_NAME)) in start()
164 if (!deDeleteFile(LOG_FILE_NAME) || deFileExists(LOG_FILE_NAME)) in start()
266 if (!deFileExists(LOG_FILE_NAME)) in readTestLog()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.h69 deBool deFileExists (const char* filename);
H A DdeFile.c40 deBool deFileExists (const char* filename) in deFileExists() function
218 deBool deFileExists (const char* filename) in deFileExists() function
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp944 if (deFileExists("test.txt"))
983 if (deFileExists(filename))
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp392 if (!deFileExists(pipelineCompilerPath.c_str())) in buildOfflinePipelineCache()

Completed in 6 milliseconds