Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 81) sorted by relevance

1234

/system/security/keystore/
Dkeystore_cli.cpp47 #define NO_ARG_INT_RETURN(cmd) \ argument
61 #define SINGLE_ARG_INT_RETURN(cmd) \ argument
79 #define SINGLE_INT_ARG_INT_RETURN(cmd) \ argument
97 #define SINGLE_ARG_PLUS_UID_INT_RETURN(cmd) \ argument
120 #define SINGLE_ARG_PLUS_UID_DATA_RETURN(cmd) \ argument
150 #define STING_ARG_DATA_STDIN_INT_RETURN(cmd) \ argument
171 #define SINGLE_ARG_DATA_RETURN(cmd) \ argument
/system/netd/server/
DIptablesBaseTest.cpp33 std::string cmd = argv[0]; in fake_android_fork_exec() local
44 std::string cmd = " -w"; in fakeExecIptables() local
72 const std::string& cmd) { in expectIptablesCommand()
92 for (auto cmd : expectedCmds) { in expectIptablesCommands() local
102 auto cmd = expectedCmds[i].second; in expectIptablesCommands() local
117 for (auto cmd : expectedCmds) { in expectIptablesRestoreCommands() local
DNetdCommand.cpp19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
DNatController.cpp51 const char *cmd[32]; member
156 const char *cmd[] = { in enableNat() local
DCommandListener.h45 void registerLockingCmd(FrameworkCommand *cmd) { in registerLockingCmd()
/system/core/fastboot/
Dprotocol.cpp108 static int _command_start(Transport* transport, const char* cmd, uint32_t size, char* response) { in _command_start()
147 static int _command_send(Transport* transport, const char* cmd, const void* data, uint32_t size, in _command_send()
171 static int _command_send_no_data(Transport* transport, const char* cmd, char* response) { in _command_send_no_data()
175 int fb_command(Transport* transport, const char* cmd) { in fb_command()
179 int fb_command_response(Transport* transport, const char* cmd, char* response) { in fb_command_response()
184 char cmd[64]; in fb_download_data() local
259 char cmd[64]; in fb_download_data_sparse() local
/system/extras/simpleperf/
Dcmd_help.cpp45 std::unique_ptr<Command> cmd = CreateCommandInstance(args[0]); in Run() local
67 std::unique_ptr<Command> cmd = CreateCommandInstance(cmd_name); in PrintShortHelp() local
/system/update_engine/common/
Dsubprocess.cc74 bool LaunchProcess(const vector<string>& cmd, in LaunchProcess()
171 pid_t Subprocess::Exec(const vector<string>& cmd, in Exec()
176 pid_t Subprocess::ExecFlags(const vector<string>& cmd, in ExecFlags()
231 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec()
243 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
Dsubprocess_unittest.cc174 const vector<string> cmd = {kBinPath "/sh", "-c", in TEST_F() local
198 vector<string> cmd = { in TEST_F() local
233 vector<string> cmd = { in TEST_F() local
/system/vold/fs/
DF2fs.cpp44 std::vector<std::string> cmd; in Check() local
73 std::vector<std::string> cmd; in Format() local
DExt4.cpp117 std::vector<std::string> cmd; in Check() local
155 std::vector<std::string> cmd; in Resize() local
166 std::vector<std::string> cmd; in Format() local
DVfat.cpp76 std::vector<std::string> cmd; in Check() local
173 std::vector<std::string> cmd; in Format() local
/system/vold/
DVoldCommand.cpp19 VoldCommand::VoldCommand(const char *cmd) : in VoldCommand()
DMoveTask.cpp63 static status_t pushBackContents(const std::string& path, std::vector<std::string>& cmd) { in pushBackContents()
87 std::vector<std::string> cmd; in execRm() local
125 std::vector<std::string> cmd; in execCp() local
/system/core/libsysutils/src/
DFrameworkCommand.cpp26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
/system/core/reboot/
Dreboot.c29 const char *cmd = "reboot"; in main() local
/system/bt/stack/smp/
Dsmp_l2c.c150 UINT8 cmd ; in smp_data_received() local
301 UINT8 cmd ; in smp_br_data_received() local
/system/core/trusty/gatekeeper/
Dgatekeeper_ipc.h37 uint32_t cmd; member
Dtrusty_gatekeeper_ipc.c42 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call()
/system/bt/btif/src/
Dbtif_sock_thread.c264 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() local
286 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() local
306 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() local
343 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() local
362 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() local
459 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock() local
/system/core/adb/
Dcommandline.cpp1079 std::string cmd = format_host_command(android::base::Join(components, "-").c_str(), t, serial); in wait_for_device() local
1221 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat"; in logcat() local
1270 std::string cmd = "backup:"; in backup() local
1672 std::string cmd = "exec:"; in adb_commandline() local
1769 std::string cmd; in adb_commandline() local
1969 std::string cmd = "cmd package"; in uninstall_app() local
2012 std::string cmd = "exec:cmd package"; in install_app() local
2076 std::string cmd = android::base::StringPrintf("exec:pm install-create -S %" PRIu64, total_size); in install_multiple_app() local
2117 std::string cmd = android::base::StringPrintf( in install_multiple_app() local
2175 std::string cmd = "pm"; in pm_command() local
[all …]
/system/core/libcutils/
Dandroid_reboot.c213 int cmd, int flags __unused, const char *arg, in android_reboot_with_callback()
239 int android_reboot(int cmd, int flags, const char *arg) in android_reboot()
/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c133 char cmd[MAXCMD]; in main() local
391 char cmd[MAXCMD]; in init() local
/system/core/bootstat/
Dbootstat.cpp62 void ShowHelp(const char *cmd) { in ShowHelp()
77 std::string cmd; in GetCommandLine() local
/system/core/toolbox/
Dtoolbox.c59 char *cmd = strrchr(argv[0], '/'); in main() local

1234