Lines Matching refs:filePath
29523 ** for the database file "filePath". It then returns the sqlite3_io_methods
29529 const char *filePath, /* name of the database file */
29547 if( !filePath ){
29548 /* If filePath==NULL that means we are dealing with a transient file
29552 if( statfs(filePath, &fsInfo) != -1 ){
29589 ** for the database file "filePath". It then returns the sqlite3_io_methods
29595 const char *filePath, /* name of the database file */
29600 if( !filePath ){
29601 /* If filePath==NULL that means we are dealing with a transient file
31502 /* afp style keeps a reference to the db path in the filePath field