Searched refs:GetDatabasePath (Results 1 – 9 of 9) sorted by relevance
204 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); in DoMigration()214 base::FilePath GetDatabasePath() { in GetDatabasePath() function in WebDatabaseMigrationTest267 ASSERT_TRUE(connection.Open(GetDatabasePath())); in LoadDatabase()276 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()298 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()330 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()343 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()363 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()438 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()486 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()[all …]
15 base::FilePath GetDatabasePath(const base::FilePath& base_path, in GetDatabasePath() function25 return new LeveldbValueStore(GetDatabasePath(base_path, extension_id)); in Create()31 base::FilePath path = GetDatabasePath(base_path, extension_id); in DeleteDatabaseIfExists()
75 base::FilePath db_path = GetDatabasePath(); in Init()307 base::FilePath SandboxOriginDatabase::GetDatabasePath() const { in GetDatabasePath() function in fileapi::SandboxOriginDatabase313 base::DeleteFile(GetDatabasePath(), true /* recursive */); in RemoveDatabase()
46 base::FilePath GetDatabasePath() const;
211 if (!create && !base::DirectoryExists(origin_database_->GetDatabasePath())) { in MaybeInitializeNonPrimaryDatabase()
154 base::FilePath old_db_path = database_old.GetDatabasePath(); in TEST()
167 base::FilePath GetDatabasePath();
104 database_.reset(new ServiceWorkerDatabase(GetDatabasePath())); in ServiceWorkerStorage()427 base::FilePath ServiceWorkerStorage::GetDatabasePath() { in GetDatabasePath() function in content::ServiceWorkerStorage
44 base::FilePath GetDatabasePath() { in GetDatabasePath() function in syncer::syncable::MigrationTest3279 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()3728 new OnDiskDirectoryBackingStore(GetUsername(), GetDatabasePath())); in TEST_F()3735 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()3743 GetDatabasePath())); in TEST_F()