HomeSort by relevance Sort by last modified time
    Searched refs:user_cmd (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 142 static void test_user_cmd(const char *user_cmd);
319 static void test_user_cmd(const char *user_cmd)
322 snprintf(cmd, MAX_CMD_LEN, "%s %s", user_cmd, users[TEST_USER].name);
325 user_cmd, users[TEST_USER].name);
  /development/python-packages/adb/
device.py 294 def _make_shell_cmd(self, user_cmd):
295 command = self.adb_cmd + ['shell'] + user_cmd

Completed in 206 milliseconds