Home
last modified time | relevance | path

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

12345

/system/security/keystore/
Dkeystore_cli.cpp48 #define NO_ARG_INT_RETURN(cmd) \ argument
62 #define SINGLE_ARG_INT_RETURN(cmd) \ argument
80 #define SINGLE_INT_ARG_INT_RETURN(cmd) \ argument
98 #define SINGLE_ARG_PLUS_UID_INT_RETURN(cmd) \ argument
121 #define SINGLE_ARG_PLUS_UID_DATA_RETURN(cmd) \ argument
149 #define STING_ARG_DATA_STDIN_INT_RETURN(cmd) \ argument
170 #define SINGLE_ARG_DATA_RETURN(cmd) \ argument
/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/core/logcat/tests/
Dexec_benchmark.cpp25 static void logcat_popen_libc(benchmark::State& state, const char* cmd) { in logcat_popen_libc()
39 static void logcat_popen_liblogcat(benchmark::State& state, const char* cmd) { in logcat_popen_liblogcat()
54 static void logcat_system_libc(benchmark::State& state, const char* cmd) { in logcat_system_libc()
65 static void logcat_system_liblogcat(benchmark::State& state, const char* cmd) { in logcat_system_liblogcat()
/system/netd/server/
DIptablesBaseTest.cpp42 std::string cmd = argv[0]; in fake_android_fork_exec() local
65 std::string cmd = " -w"; in fakeExecIptables() local
123 const std::string& cmd) { in expectIptablesCommand()
143 for (auto cmd : expectedCmds) { in expectIptablesCommands() local
153 auto cmd = expectedCmds[i].second; in expectIptablesCommands() local
177 for (auto cmd : expectedCmds) { in expectIptablesRestoreCommands() local
DNetdCommand.cpp19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
/system/extras/simpleperf/
Dcmd_help.cpp47 std::unique_ptr<Command> cmd = CreateCommandInstance(args[0]); in Run() local
75 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()
233 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec()
245 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
Dsubprocess_unittest.cc177 const vector<string> cmd = { in TEST_F() local
200 vector<string> cmd = { in TEST_F() local
235 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.cpp121 std::vector<std::string> cmd; in Check() local
159 std::vector<std::string> cmd; in Resize() local
170 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.cpp65 static status_t pushBackContents(const std::string& path, std::vector<std::string>& cmd) { in pushBackContents()
89 std::vector<std::string> cmd; in execRm() local
137 std::vector<std::string> cmd; in execCp() local
/system/core/libcutils/
Dandroid_reboot.c24 int android_reboot(int cmd, int flags __unused, const char* arg) { in android_reboot()
/system/core/libsysutils/src/
DFrameworkCommand.cpp26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
/system/core/init/
Dkeyutils.h29 static inline long keyctl(int cmd, ...) { in keyctl()
/system/core/reboot/
Dreboot.c29 const char *cmd = "reboot"; in main() local
/system/bt/stack/smp/
Dsmp_l2c.cc147 uint8_t cmd; in smp_data_received() local
284 uint8_t cmd; in smp_br_data_received() local
/system/bt/btif/src/
Dbtif_sock_thread.cc242 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id}; in btsock_thread_add_fd() local
261 sock_cmd_t cmd = {CMD_REMOVE_FD, fd, 0, 0, 0}; in btsock_thread_remove_fd_and_close() local
280 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id}; in btsock_thread_post_cmd() local
311 sock_cmd_t cmd = {CMD_WAKEUP, 0, 0, 0, 0}; in btsock_thread_wakeup() local
327 sock_cmd_t cmd = {CMD_EXIT, 0, 0, 0, 0}; in btsock_thread_exit() local
413 sock_cmd_t cmd = {-1, 0, 0, 0, 0}; in process_cmd_sock() local
/system/core/trusty/gatekeeper/
Dgatekeeper_ipc.h37 uint32_t cmd; member
Dtrusty_gatekeeper_ipc.c45 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call()
/system/update_engine/
Dtest_subprocess.cc42 std::string cmd(argv[1]); in main() local
/system/bt/stack/avrc/
Davrc_bld_ct.cc386 const tAVRC_GET_ITEMS_CMD* cmd) { in avrc_bld_get_folder_items_cmd()
418 const tAVRC_CHG_PATH_CMD* cmd) { in avrc_bld_change_folder_cmd()
447 BT_HDR* p_pkt, const tAVRC_SET_BR_PLAYER_CMD* cmd) { in avrc_bld_set_browsed_player_cmd()
474 BT_HDR* p_pkt, const tAVRC_SET_ADDR_PLAYER_CMD* cmd) { in avrc_bld_set_addressed_player_cmd()
/system/core/trusty/keymaster/
Dtrusty_keymaster_ipc.c46 int trusty_keymaster_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_keymaster_call()
/system/netd/netutils_wrappers/
DNetUtilsWrapperTest-1.0.cpp57 for (const Command& cmd : COMMANDS) { in TEST() local

12345