Home
last modified time | relevance | path

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

123456

/system/tools/hidl/test/java_test/
Dhidl_test_java.py23 def run_cmd(cmd, ignore_error=False): argument
42 def cleanup(cmd): argument
75 def short_name(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.cpp50 std::unique_ptr<Command> cmd = CreateCommandInstance(args[0]); in Run() local
81 std::unique_ptr<Command> cmd = CreateCommandInstance(cmd_name); in PrintShortHelp() local
/system/extras/ioblame/
Dioblame.py128 def run_adb_cmd(cmd): argument
133 def run_adb_shell_cmd(cmd): argument
137 def run_adb_shell_cmd_strip_output(cmd): argument
141 def run_adb_shell_cmd_ignore_err(cmd): argument
150 def run_shell_cmd(cmd): argument
154 def run_bg_adb_shell_cmd(cmd): argument
158 def run_bg_shell_cmd(cmd): argument
/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/update_engine/common/
Dsubprocess.cc80 bool LaunchProcess(const vector<string>& cmd, in LaunchProcess()
178 pid_t Subprocess::Exec(const vector<string>& cmd, in Exec()
183 pid_t Subprocess::ExecFlags(const vector<string>& cmd, in ExecFlags()
271 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec()
281 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
/system/vold/fs/
DExt4.cpp112 std::vector<std::string> cmd; in Check() local
150 std::vector<std::string> cmd; in Resize() local
160 std::vector<std::string> cmd; in Format() local
DExfat.cpp42 std::vector<std::string> cmd; in Check() local
81 std::vector<std::string> cmd; in Format() local
DF2fs.cpp46 std::vector<std::string> cmd; in Check() local
76 std::vector<char const*> cmd; in Format() local
DVfat.cpp64 std::vector<std::string> cmd; in Check() local
202 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/core/trusty/secure_dpu/include/trusty/secure_dpu/
DSecureDpu.h92 uint32_t cmd; member
103 uint32_t cmd; member
/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/core/trusty/keymaster/set_attestation_key/
Dset_attestation_key.cpp118 static int set_attestation_key_or_cert_bin(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_bin()
136 static int set_attestation_key_or_cert_pem(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_pem()
172 static int set_attestation_key_or_cert_iecs(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_iecs()
226 static int set_attestation_key_or_cert(uint32_t cmd, const xmlChar* algorithm_str, in set_attestation_key_or_cert()
293 uint32_t cmd; in process_xml() local
/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()
87 std::vector<std::string> cmd; in execRm() local
138 std::vector<std::string> cmd; in execCp() local
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py26 def RunCommand(cmd, env): argument
/system/sepolicy/tools/
Dsepolicy_generate_compat.py50 def check_run(cmd, cwd=None): argument
58 def check_output(cmd): argument
/system/update_engine/
Dtest_subprocess.cc42 std::string cmd(argv[1]); in main() local
/system/core/trusty/gatekeeper/
Dgatekeeper_ipc.h39 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/core/trusty/confirmationui/include/
DTrustyIpc.h52 uint32_t cmd; member

123456