Lines Matching defs:filePath
42420 ** for the database file "filePath". It then returns the sqlite3_io_methods
42426 const char *filePath, /* name of the database file */
42444 if( !filePath ){
42445 /* If filePath==NULL that means we are dealing with a transient file
42449 if( statfs(filePath, &fsInfo) != -1 ){
42490 const char *filePath, /* name of the database file */
42495 if( !filePath ){
42496 /* If filePath==NULL that means we are dealing with a transient file
44603 /* afp style keeps a reference to the db path in the filePath field