Searched refs:command (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | system.c | 42 system(const char *command) in system() argument 50 if (!command) /* just checking... */ in system() 53 argp[2] = (char *)command; in system()
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | ist.h | 24 __u32 command; member
|
/bionic/libc/kernel/android/uapi/linux/usb/ |
D | f_mtp.h | 29 uint16_t command; member
|
/bionic/libc/kernel/uapi/linux/ |
D | i2c-dev.h | 34 __u8 command; member
|
D | pktcdvd.h | 53 __u32 command; member
|
D | scc.h | 115 int command; member
|
D | hdreg.h | 74 __u8 command; member 87 __u8 command; member
|
D | soundcard.h | 429 int command; member 439 int command; member
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | popen.c | 81 popen(const char *command, const char *type) in popen() argument 90 _DIAGASSERT(command != NULL); in popen() 154 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in popen()
|
/bionic/libc/kernel/ |
D | README.TXT | 69 Before running the command to import the headers, make sure that you have 70 done a lunch TARGET. The script uses a variable set by the lunch command 73 After running lunch, run this command to import the headers into the android 78 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi: 82 Finally, run this command to regenerate the syscalls list:
|
/bionic/tools/bionicbb/ |
D | presubmit.py | 193 for command in commands: 194 if command in command_map: 195 command_map[command]()
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 44 __be32 command; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nfnetlink_log.h | 74 __u8 command; member
|
D | nfnetlink_queue.h | 88 __u8 command; member
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 54 __u64 __user command; member
|
D | virtgpu_drm.h | 41 __u64 command; member
|
/bionic/libc/kernel/uapi/linux/wimax/ |
D | i2400m.h | 55 __le32 command; member
|
/bionic/tests/ |
D | gtest_main.cpp | 272 std::string command; in EnumerateTests() local 274 command += argv[i]; in EnumerateTests() 275 command += " "; in EnumerateTests() 277 command += "--gtest_list_tests"; in EnumerateTests() 278 FILE* fp = popen(command.c_str(), "r"); in EnumerateTests()
|
/bionic/libc/malloc_debug/ |
D | README.md | 14 properties using the setprop command from the shell. This requires the 399 Note: The two levels of quoting in the adb shell command is necessary. 430 To analyze the data produced by the dumpheap command, run this script: 437 above command:
|
D | README_marshmallow_and_earlier.md | 16 using the setprop command from the shell. This requires the ability to
|
/bionic/libc/tools/ |
D | pylintrc | 34 # option multiple times (only on the command line, not in the configuration 52 # command line instead of printing them on stdout. Reports (if any) will be
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_verbs.h | 93 __u32 command; member
|