/system/security/keystore/ |
D | keystore_cli.cpp | 47 #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/ |
D | IptablesBaseTest.cpp | 33 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
|
D | NetdCommand.cpp | 19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
|
D | NatController.cpp | 51 const char *cmd[32]; member 156 const char *cmd[] = { in enableNat() local
|
D | CommandListener.h | 45 void registerLockingCmd(FrameworkCommand *cmd) { in registerLockingCmd()
|
/system/core/fastboot/ |
D | protocol.cpp | 108 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/ |
D | cmd_help.cpp | 45 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/ |
D | subprocess.cc | 74 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()
|
D | subprocess_unittest.cc | 174 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/ |
D | F2fs.cpp | 44 std::vector<std::string> cmd; in Check() local 73 std::vector<std::string> cmd; in Format() local
|
D | Ext4.cpp | 117 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
|
D | Vfat.cpp | 76 std::vector<std::string> cmd; in Check() local 173 std::vector<std::string> cmd; in Format() local
|
/system/vold/ |
D | VoldCommand.cpp | 19 VoldCommand::VoldCommand(const char *cmd) : in VoldCommand()
|
D | MoveTask.cpp | 63 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/ |
D | FrameworkCommand.cpp | 26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
|
/system/core/reboot/ |
D | reboot.c | 29 const char *cmd = "reboot"; in main() local
|
/system/bt/stack/smp/ |
D | smp_l2c.c | 150 UINT8 cmd ; in smp_data_received() local 301 UINT8 cmd ; in smp_br_data_received() local
|
/system/core/trusty/gatekeeper/ |
D | gatekeeper_ipc.h | 37 uint32_t cmd; member
|
D | trusty_gatekeeper_ipc.c | 42 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call()
|
/system/bt/btif/src/ |
D | btif_sock_thread.c | 264 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/ |
D | commandline.cpp | 1079 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/ |
D | android_reboot.c | 213 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/ |
D | wifiLoadScanAssoc.c | 133 char cmd[MAXCMD]; in main() local 391 char cmd[MAXCMD]; in init() local
|
/system/core/bootstat/ |
D | bootstat.cpp | 62 void ShowHelp(const char *cmd) { in ShowHelp() 77 std::string cmd; in GetCommandLine() local
|
/system/core/toolbox/ |
D | toolbox.c | 59 char *cmd = strrchr(argv[0], '/'); in main() local
|