| /third_party/musl/src/fcntl/ |
| H A D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() argument [all...] |
| /third_party/musl/porting/liteos_a/user/src/fcntl/ |
| H A D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/quotactl/ |
| H A D | quotactl_syscall_var.h | 17 static int do_quotactl(int fd, int cmd, const char *special, int id, caddr_t addr) in do_quotactl() argument
|
| /third_party/ltp/testcases/network/nfs/nfslock01/ |
| H A D | nfs_flock_func.c | 12 int lock_reg(int fd, int type, off_t offset, int whence, off_t len, int cmd) in lock_reg() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| H A D | swapoff.c | 33 char cmd[PATH_MAX] = {0}; in swapoff_0100() local
|
| H A D | swapon.c | 33 char cmd[PATH_MAX] = {0}; in swapon_0100() local
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | popen.c | 29 char cmd[64]; in main() local
|
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | global_args.rs | 5 let mut cmd = Command::new("myprog") in issue_1076() variables [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| H A D | parser_clear_test.cc | 45 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_copy_test.cc | 37 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_repeat_test.cc | 48 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_run_test.cc | 46 auto* cmd = commands[0].get(); in TEST_F() local 213 auto* cmd = commands[0].get(); in TEST_F() local 514 auto* cmd = commands[0].get(); TEST_F() local 883 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local 922 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local 961 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local 1001 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local 1047 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local [all...] |
| /third_party/rust/crates/io-lifetimes/ |
| H A D | build.rs | 50 let mut cmd = if let Ok(wrapper) = var("CARGO_RUSTC_WRAPPER") { in can_compile() variables 51 let mut cmd = std::process::Command::new(wrapper); in can_compile() variables
|
| /third_party/rust/crates/rustix/ |
| H A D | build.rs | 190 let mut cmd = if let Ok(wrapper) = var("CARGO_RUSTC_WRAPPER") { in can_compile() variables 191 let mut cmd = std::process::Command::new(wrapper); in can_compile() variables
|
| /base/hiviewdfx/hidumper/test/unittest/common/ |
| H A D | sa_dumper_test.cpp | 51 std::string cmd = "hidumper -s 1201 -a '-p Faultlogger'"; in HWTEST_F() local 65 std::string cmd = "hidumper -s WindowManagerService -a -a"; in HWTEST_F() local 78 std::string cmd = "hidumper -s 10 -a allInfo"; in HWTEST_F() local 91 std::string cmd = "hidumper -s 1904 -a -a"; in HWTEST_F() local 103 std::string cmd = "hidumper -s AbilityManagerService -a -l"; in HWTEST_F() local 116 std::string cmd = "hidumper -s DisplayManagerService -a '-s -a'"; HWTEST_F() local 129 std::string cmd = "hidumper -s ScreenlockService -a -all"; HWTEST_F() local 142 std::string cmd = "hidumper -s MultimodalInput -a -w"; HWTEST_F() local 156 std::string cmd = "hidumper -s 10 -a -h > " + path; HWTEST_F() local 170 std::string cmd = "hidumper -s 10 -a -h --zip"; HWTEST_F() local 183 std::string cmd = "hidumper -s AbilityManagerService -a '-a'"; HWTEST_F() local [all...] |
| /base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/ |
| H A D | dynamic_load_plugin_example.cpp | 52 auto cmd = msg.GetValue("DynamicLoadPluginExample");
in OnUnorderedEvent() local
|
| /base/hiviewdfx/hiview/test/moduletest/common/ |
| H A D | hiview_plugin_platform_module_test.cpp | 24 std::string GetCmdResultFromPopen(const std::string& cmd)
in GetCmdResultFromPopen() argument 48 std::string cmd = "pidof " + serviceName;
in GetServicePid() local 60 std::string cmd = "start " + serviceName;
in WaitForServiceReady() local
|
| /base/hiviewdfx/hievent_lite/command/ |
| H A D | hievent_lite_command.c | 39 void HieventCmdProc(const char *cmd) in HieventCmdProc() argument 76 static void HieventSetProc(const char *cmd) in HieventSetProc() argument 92 CheckCmdStr(const char *cmd) CheckCmdStr() argument [all...] |
| /base/hiviewdfx/hiview/test/unittest/unified_collection/client/ |
| H A D | memory_collector_client_test.cpp | 27 std::string cmd = "ps -T $(pidof hiview) | grep -i Xpower";
in IsXpowerPluginExist() local
|
| /base/hiviewdfx/faultloggerd/test/moduletest/ |
| H A D | faultloggerd_module_test.cpp | 33 std::string cmd = "start " + serviceName; in WaitForServiceReady() local 86 std::string cmd = "cat /proc/" + std::to_string(getpid()) + "/maps"; in HWTEST_F() local
|
| /base/notification/distributed_notification_service/tools/test/mock/ |
| H A D | mock_ans_manager_stub.cpp | 37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, in ShellDump() argument
|
| /base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/src/ |
| H A D | code_sign_attr_utils.c | 34 static int XpmIoctl(int fd, uint32_t cmd, struct XpmConfig *config) in XpmIoctl() argument
|
| /base/security/code_signature/services/key_enable/utils/src/ |
| H A D | cert_path.cpp | 31 static int IoctlCertPathOperation(const CertPathInfo &info, int cmd, const char *operation) in IoctlCertPathOperation() argument
|
| /base/startup/init/initsync/src/ |
| H A D | init_sync.c | 28 static int SendCmd(int cmd, unsigned long arg) in SendCmd() argument
|
| /base/security/selinux_adapter/scripts/selinux_check/ |
| H A D | selinux_check_main.py | 91 cmd = ["python", script] variable
|