Home | History | Annotate | Download | only in dist

Lines Matching refs:filePath

27038 ** for the database file "filePath".  It then returns the sqlite3_io_methods
27044 const char *filePath, /* name of the database file */
27062 if( !filePath ){
27063 /* If filePath==NULL that means we are dealing with a transient file
27067 if( statfs(filePath, &fsInfo) != -1 ){
27104 ** for the database file "filePath". It then returns the sqlite3_io_methods
27110 const char *filePath, /* name of the database file */
27115 if( !filePath ){
27116 /* If filePath==NULL that means we are dealing with a transient file
29009 /* afp style keeps a reference to the db path in the filePath field