Home
last modified time | relevance | path

Searched refs:ERR_NUMBER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp87 if (fd == ERR_NUMBER) { in ReadFromFile()
94 if (fstat(fd, &statBuf) == ERR_NUMBER) { in ReadFromFile()
140 if (fd == ERR_NUMBER) { in WriteToFile()
142 if (unlink(cacheDir_.c_str()) == ERR_NUMBER) { in WriteToFile()
148 if (fd == ERR_NUMBER) { in WriteToFile()
185 if (write(fd, buffer, bufferSize) == ERR_NUMBER) { in WriteToFile()
H A Dcache_data.h177 static const int ERR_NUMBER = -1; variable