Lines Matching refs:filePath
29343 ** for the database file "filePath". It then returns the sqlite3_io_methods
29349 const char *filePath, /* name of the database file */
29367 if( !filePath ){
29368 /* If filePath==NULL that means we are dealing with a transient file
29372 if( statfs(filePath, &fsInfo) != -1 ){
29409 ** for the database file "filePath". It then returns the sqlite3_io_methods
29415 const char *filePath, /* name of the database file */
29420 if( !filePath ){
29421 /* If filePath==NULL that means we are dealing with a transient file
31345 /* afp style keeps a reference to the db path in the filePath field