HomeSort by relevance Sort by last modified time
    Searched refs:osFcntl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 331 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
546 s = osFcntl(fd, op, p);
560 s = osFcntl(fd, op, p);
568 osFcntl(fd, F_GETLK, &l2);
584 #undef osFcntl
585 #define osFcntl lockTrace
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 426 milliseconds