Searched refs:m_storageDirectoryPath (Results 1 – 2 of 2) sorted by relevance
90 m_storageDirectoryPath = path.threadsafeCopy(); in setStorageDirectoryPath()96 …return SQLiteFileSystem::appendDatabaseFileNameToPath(m_storageDirectoryPath, "StorageTracker.db"); in trackerDatabasePath()204 paths = listDirectory(m_storageDirectoryPath, fileMatchPattern); in syncFileSystemAndTrackerDatabase()397 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath); in syncDeleteAllOrigins()496 SQLiteFileSystem::deleteEmptyDatabaseDirectory(m_storageDirectoryPath); in syncDeleteOrigin()
98 String m_storageDirectoryPath; variable