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

  /external/chromium_org/sql/test/
test_helpers.h 55 const char* update_sql) WARN_UNUSED_RESULT;
test_helpers.cc 113 const char* update_sql) {
145 if (!db.Execute(update_sql))
154 // errors where |update_sql| is not related to |tree_name|.
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 745 std::string update_sql = StringPrintf( local
759 update.prepare(load_dbhandle_, update_sql.data(), update_sql.length());
    [all...]
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 667 std::string update_sql = base::StringPrintf( local
671 sql::Statement update(db_->GetUniqueStatement(update_sql.c_str()));
    [all...]

Completed in 3173 milliseconds