Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 12 of 12) sorted by relevance

/system/core/metricsd/etc/weaved/traits/
Dmetrics.json3 "commands": { object
/system/netd/server/
DNetdConstants.cpp122 static int execIptablesRestoreCommand(const char *cmd, const std::string& commands) { in execIptablesRestoreCommand()
148 int execIptablesRestore(IptablesTarget target, const std::string& commands) { in execIptablesRestore()
DStrictController.cpp154 const std::string commands = android::base::Join(commandList, '\n'); in disableStrict() local
DIptablesBaseTest.cpp66 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) { in fakeExecIptablesRestore()
DBandwidthController.cpp272 std::string commands = android::base::Join(IPT_FLUSH_COMMANDS, '\n'); in flushCleanTables() local
299 std::string commands = android::base::Join(IPT_BASIC_ACCOUNTING_COMMANDS, '\n'); in enableBandwidthControl() local
314 int BandwidthController::runCommands(int numCommands, const char *commands[], in runCommands()
DFirewallController.cpp300 std::string commands; in makeUidRules() local
/system/core/adb/
Dconsole.cpp116 std::string commands = adb_construct_auth_command(); in adb_send_emulator_command() local
Dshell_service_test.cpp226 const char* commands[] = {"TEST_STR=abc123", in TEST_F() local
/system/update_engine/weaved/traits/
Dupdater.json3 "commands": { object
/system/bt/tools/hci/
Dmain.c36 static const command_t commands[] = { variable
/system/tpm/trunks/generator/
Dgenerator.py1949 def GenerateHandleCountFunctions(commands, out_file): argument
1970 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2037 def GenerateImplementation(types, structs, typemap, commands): argument
/system/bt/service/client/
Dmain.cpp857 vector<string> commands = base::SplitString(command, ";", in main() local