OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deFileExists
(Results
1 - 7
of
7
) sorted by null
/external/deqp/framework/delibs/deutil/
deFile.h
69
deBool
deFileExists
(const char* filename);
deFile.c
40
deBool
deFileExists
(const char* filename)
218
deBool
deFileExists
(const char* filename)
/external/deqp/execserver/
xsPosixTestProcess.cpp
196
if (
deFileExists
(m_logFileName.c_str()))
198
if (!deDeleteFile(m_logFileName.c_str()) ||
deFileExists
(m_logFileName.c_str()))
325
if (!
deFileExists
(m_logFileName.c_str()))
xsWin32TestProcess.cpp
658
while (tryNdx < MAX_OLD_LOGFILE_DELETE_ATTEMPTS &&
deFileExists
(m_logFileName.c_str()))
666
if (
deFileExists
(m_logFileName.c_str()))
765
if (!
deFileExists
(m_logFileName.c_str()))
/external/deqp/framework/platform/android/
tcuAndroidExecService.cpp
162
if (
deFileExists
(LOG_FILE_NAME))
164
if (!deDeleteFile(LOG_FILE_NAME) ||
deFileExists
(LOG_FILE_NAME))
266
if (!
deFileExists
(LOG_FILE_NAME))
/external/deqp/framework/platform/ios/
tcuIOSApp.mm
163
if (
deFileExists
(m_logFileName.c_str()))
212
if (!
deFileExists
(m_logFileName.c_str()))
/external/deqp/execserver/tools/
xsTest.cpp
944
if (
deFileExists
("test.txt"))
983
if (
deFileExists
(filename))
Completed in 632 milliseconds