Home | History | Annotate | Download | only in dist

Lines Matching refs:filePath

24901 ** for the database file "filePath".  It then returns the sqlite3_io_methods
24907 const char *filePath, /* name of the database file */
24929 if( !filePath ){
24930 /* If filePath==NULL that means we are dealing with a transient file
24934 if( statfs(filePath, &fsInfo) != -1 ){
24968 ** for the database file "filePath". It then returns the sqlite3_io_methods
24974 const char *filePath, /* name of the database file */
24979 if( !filePath ){
24980 /* If filePath==NULL that means we are dealing with a transient file
26709 /* afp style keeps a reference to the db path in the filePath field