Home | History | Annotate | Download | only in orig

Lines Matching refs:filePath

29495 ** for the database file "filePath".  It then returns the sqlite3_io_methods
29501 const char *filePath, /* name of the database file */
29519 if( !filePath ){
29520 /* If filePath==NULL that means we are dealing with a transient file
29524 if( statfs(filePath, &fsInfo) != -1 ){
29561 ** for the database file "filePath". It then returns the sqlite3_io_methods
29567 const char *filePath, /* name of the database file */
29572 if( !filePath ){
29573 /* If filePath==NULL that means we are dealing with a transient file
31474 /* afp style keeps a reference to the db path in the filePath field