Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/scripts/
Dgenallsuites.py20 FINDER="/System/Library/CoreServices/Finder.app" variable
41 gensuitemodule.processfile(FINDER,
/external/sqlite/dist/orig/
Dsqlite3.c34962 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
34984 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
34988 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
34989 = FINDER##Impl;
37536 #define UNIXVFS(VFSNAME, FINDER) { \
37542 (void*)&FINDER, /* pAppData */ \
/external/sqlite/dist/
Dsqlite3.c34962 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \
34984 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
34988 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
34989 = FINDER##Impl;
37536 #define UNIXVFS(VFSNAME, FINDER) { \
37542 (void*)&FINDER, /* pAppData */ \