Home | History | Annotate | Download | only in sql

Lines Matching refs:fileName

52     // fileName - The name of the database file.
55 static int openDatabase(const String& fileName, sqlite3** database);
69 // fileName - The file name.
70 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
87 // fileName - The file name.
90 static bool ensureDatabaseFileExists(const String& fileName, bool checkPathOnly);
99 // fileName - The file name.
100 static bool deleteDatabaseFile(const String& fileName);
104 // fileName - The file name.
105 static long long getDatabaseFileSize(const String& fileName);