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

/external/chromium/chrome/browser/history/
H A Dhistory_unittest_base.h18 // Executes the sql from the file |sql_path| in the database at |db_path|.
19 // |sql_path| is the SQL script file name with full path.
21 static void ExecuteSQLScript(const FilePath& sql_path,
H A Dhistory_unittest_base.cc17 void HistoryUnitTestBase::ExecuteSQLScript(const FilePath& sql_path, argument
20 ASSERT_TRUE(file_util::ReadFileToString(sql_path, &sql));

Completed in 65 milliseconds