HomeSort by relevance Sort by last modified time
    Searched refs:AttachDatabase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sql/
connection.h 300 bool AttachDatabase(const base::FilePath& other_db_path,
recovery.cc 219 if (!recover_db_.AttachDatabase(db_path, "corrupt")) {
connection_unittest.cc 792 EXPECT_FALSE(db().AttachDatabase(attach_path, kAttachmentPoint));
798 EXPECT_TRUE(db().AttachDatabase(attach_path, kAttachmentPoint));
connection.cc 631 bool Connection::AttachDatabase(const base::FilePath& other_db_path,
    [all...]

Completed in 80 milliseconds