Home | History | Annotate | Download | only in dist

Lines Matching refs:filePath

27031 ** for the database file "filePath".  It then returns the sqlite3_io_methods
27037 const char *filePath, /* name of the database file */
27055 if( !filePath ){
27056 /* If filePath==NULL that means we are dealing with a transient file
27060 if( statfs(filePath, &fsInfo) != -1 ){
27097 ** for the database file "filePath". It then returns the sqlite3_io_methods
27103 const char *filePath, /* name of the database file */
27108 if( !filePath ){
27109 /* If filePath==NULL that means we are dealing with a transient file
29002 /* afp style keeps a reference to the db path in the filePath field