Searched refs:osFtruncate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c328 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) macro
593 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24484 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) macro
24749 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25370 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) macro
25672 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25377 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent) macro
25690 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
[all...]

Completed in 595 milliseconds