Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkFDStream.cpp62 off_t newCurr = ::lseek(fFD, size, SEEK_CUR); in read() local
63 if (newCurr < 0) { in read()
65 SkDebugf("xxxxxxxxxxxxx lseek2 failed %d CUR\n", newCurr); in read()
70 return newCurr - oldCurr; in read()