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

  /system/netd/
BandwidthController.cpp 211 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
214 runCommands(sizeof(IPT_CLEANUP_COMMANDS) / sizeof(char*),
217 runCommands(sizeof(IPT_SETUP_COMMANDS) / sizeof(char*),
241 res = runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
244 res |= runCommands(sizeof(IPT_BASIC_ACCOUNTING_COMMANDS) / sizeof(char*),
252 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
257 int BandwidthController::runCommands(int numCommands, const char *commands[],
264 ALOGV("runCommands(): %d commands", numCommands);
    [all...]
BandwidthController.h 122 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 54 static bool runCommands(SQLiteDatabase& sqliteDatabase, const char** commands, size_t numberOfCommands)
91 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]));
101 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]));
144 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])))
159 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])))
    [all...]

Completed in 52 milliseconds