Searched refs:other_db_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h294 // handle. Attach the database in |other_db_path| to the current
300 bool AttachDatabase(const base::FilePath& other_db_path,
H A Dconnection.cc631 bool Connection::AttachDatabase(const base::FilePath& other_db_path, argument
637 s.BindString16(0, other_db_path.value());
639 s.BindString(0, other_db_path.value());

Completed in 142 milliseconds