Home
last modified time | relevance | path

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

123456

/system/security/keystore/
Dkeystore_cli.cpp50 #define SINGLE_ARG_INT_RETURN(cmd) \ argument
69 #define SINGLE_INT_ARG_INT_RETURN(cmd) \ argument
88 #define SINGLE_ARG_PLUS_UID_INT_RETURN(cmd) \ argument
112 #define SINGLE_ARG_PLUS_UID_DATA_RETURN(cmd) \ argument
137 #define STRING_ARG_DATA_STDIN_INT_RETURN(cmd) \ argument
159 #define SINGLE_ARG_DATA_RETURN(cmd) \ argument
/system/extras/tests/kernel.config/
Dsysvipc_test.cpp35 int msgctl(int id, int cmd, msqid_ds* buf) { in msgctl()
48 int semctl(int id, int num, int cmd, semid_ds* buf) { in semctl()
61 int shmctl(int id, int cmd, shmid_ds* buf) { in shmctl()
/system/extras/simpleperf/
Dcmd_help.cpp47 std::unique_ptr<Command> cmd = CreateCommandInstance(args[0]); in Run() local
78 std::unique_ptr<Command> cmd = CreateCommandInstance(cmd_name); in PrintShortHelp() local
/system/update_engine/common/
Dsubprocess.cc75 bool LaunchProcess(const vector<string>& cmd, in LaunchProcess()
172 pid_t Subprocess::Exec(const vector<string>& cmd, in Exec()
177 pid_t Subprocess::ExecFlags(const vector<string>& cmd, in ExecFlags()
235 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec()
244 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
/system/teeui/libteeui/include/teeui/
Dgeneric_messages.h46 #define DECLARE_GENERIC_COMMAND(cmd) using Cmd##cmd = Cmd<kProtoGeneric, Command, Command::cmd> argument
63 inline WriteStream write(WriteStream out, Cmd<proto, CmdT, cmd>) { in write() argument
82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read() argument
/system/netd/server/
DNetdCommand.cpp19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
DIptablesBaseTest.cpp42 std::string cmd = argv[0]; in fake_android_fork_exec() local
101 for (const auto& cmd : expectedCmds) { in expectIptablesRestoreCommands() local
/system/vold/fs/
DF2fs.cpp45 std::vector<std::string> cmd; in Check() local
74 std::vector<std::string> cmd; in Format() local
DExfat.cpp42 std::vector<std::string> cmd; in Check() local
78 std::vector<std::string> cmd; in Format() local
DExt4.cpp114 std::vector<std::string> cmd; in Check() local
152 std::vector<std::string> cmd; in Resize() local
162 std::vector<std::string> cmd; in Format() local
DVfat.cpp63 std::vector<std::string> cmd; in Check() local
156 std::vector<std::string> cmd; in Format() local
/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_test.cpp53 std::stringstream cmd; in GeneratePartitionImage() local
66 std::stringstream cmd; in GenerateVBMetaImage() local
122 std::stringstream cmd; in TEST() local
/system/iorap/src/prefetcher/
Dsession_manager.cc170 Command cmd{}; in ~SessionManagerIndirect() local
179 Command cmd{}; in Dump() local
234 Command cmd{}; in ~SessionManagerIndirectSocket() local
243 Command cmd{}; in Dump() local
Dsession.cc617 Command cmd{}; local
631 Command cmd{}; in ~SessionIndirect() local
645 Command cmd{}; in Dump() local
653 Command cmd{}; in RegisterFilePath() local
663 Command cmd{}; in UnregisterFilePath() local
674 Command cmd{}; in ReadAhead() local
703 Command cmd{}; local
/system/core/libcutils/
Dandroid_reboot.cpp26 int android_reboot(unsigned cmd, int /*flags*/, const char* arg) { in android_reboot()
/system/core/libsysutils/src/
DFrameworkCommand.cpp26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
/system/bt/gd/cert/
Dhost_only_config_facade_only.json21 "cmd": array
35 "cmd": array
Dandroid_devices_config.json15 "cmd": array
34 "cmd": array
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py26 def RunCommand(cmd, env): argument
/system/bt/stack/avrc/
Davrc_bld_ct.cc385 const tAVRC_GET_ITEMS_CMD* cmd) { in avrc_bld_get_folder_items_cmd()
417 const tAVRC_CHG_PATH_CMD* cmd) { in avrc_bld_change_folder_cmd()
435 BT_HDR* p_pkt, const tAVRC_GET_ATTRS_CMD* cmd) { in avrc_bld_get_item_attributes_cmd()
463 BT_HDR* p_pkt, const tAVRC_SET_BR_PLAYER_CMD* cmd) { in avrc_bld_set_browsed_player_cmd()
490 BT_HDR* p_pkt, const tAVRC_SET_ADDR_PLAYER_CMD* cmd) { in avrc_bld_set_addressed_player_cmd()
/system/core/reboot/
Dreboot.c29 const char* cmd = reboot; in main() local
/system/vold/
DMoveStorage.cpp59 static bool pushBackContents(const std::string& path, std::vector<std::string>& cmd, in pushBackContents()
89 std::vector<std::string> cmd; in execRm() local
140 std::vector<std::string> cmd; in execCp() local
/system/gsid/tests/
DDSUEndtoEndTest.java97 … String[] cmd = {lpunpackPath, "-p", "system_a", superImg.getAbsolutePath(), outputDir}; in testDSU() local
118 String[] cmd = {simg2imgPath, mSystemImagePath, mSystemImagePath + ".raw"}; in testDSU() local
/system/bt/stack/smp/
Dsmp_l2c.cc144 uint8_t cmd; in smp_data_received() local
295 uint8_t cmd; in smp_br_data_received() local
/system/core/trusty/gatekeeper/
Dgatekeeper_ipc.h37 uint32_t cmd; member

123456