Home | History | Annotate | Download | only in dist

Lines Matching refs:filePath

24906 ** for the database file "filePath".  It then returns the sqlite3_io_methods
24912 const char *filePath, /* name of the database file */
24934 if( !filePath ){
24935 /* If filePath==NULL that means we are dealing with a transient file
24939 if( statfs(filePath, &fsInfo) != -1 ){
24973 ** for the database file "filePath". It then returns the sqlite3_io_methods
24979 const char *filePath, /* name of the database file */
24984 if( !filePath ){
24985 /* If filePath==NULL that means we are dealing with a transient file
26714 /* afp style keeps a reference to the db path in the filePath field