Searched defs:UNIXVFS (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c27025 #define UNIXVFS(VFSNAME, FINDER) { \ macro
27055 UNIXVFS("unix", autolockIoFinder ),
27057 UNIXVFS("unix", posixIoFinder ),
27059 UNIXVFS("unix-none", nolockIoFinder ),
27060 UNIXVFS("unix-dotfile", dotlockIoFinder ),
27061 UNIXVFS("unix-wfl", posixWflIoFinder ),
27063 UNIXVFS("unix-namedsem", semIoFinder ),
27066 UNIXVFS("unix-posix", posixIoFinder ),
27068 UNIXVFS("unix-flock", flockIoFinder ),
27072 UNIXVFS("uni
[all...]

Completed in 238 milliseconds