Home
last modified time | relevance | path

Searched defs:local (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dsocketndk.cpp83 struct sockaddr_in local = {PARAM_0}; in Sendmsg() local
123 struct sockaddr_in local = {PARAM_0}; in Send() local
163 struct sockaddr_in local = {PARAM_0}; in Sendto() local
203 struct sockaddr_in local = {PARAM_0}; in Sendmmsg() local
358 struct sockaddr_in local = {PARAM_0}; in Connect() local
405 struct sockaddr_in local = {PARAM_0}; in Listen() local
422 struct sockaddr_in local = {PARAM_0}; in Getpeername() local
459 struct sockaddr_in local = {PARAM_0}; in Getsockname() local
Duiondk.cpp228 struct iovec remote, local; in ProcessVmReadV() local
250 struct iovec local = {.iov_base = src, .iov_len = sizeof(src)}; in ProcessVmWriteV() local
Dwctypendk.cpp705 locale_t local = nullptr; in TowupperL() local
Dotherstestndk.cpp806 struct sockaddr_in local = {PARAM_0}; in Accept() local
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
DpcsNetworkTest.cpp67 struct sockaddr_in local = {PARAM_0}; in Listen() local
85 struct sockaddr_in local = {PARAM_0}; in Connect() local
122 struct sockaddr_in local = {PARAM_0}; in Send() local
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py427 def pull_file(self, remote, local, is_create=False): argument
463 def do_pull_file(self, remote, local): argument
515 def push_file(self, local, remote, is_create=False): argument
545 def do_push_file(self, local, remote): argument
759 def push_file(device, local, remote, is_create=False, argument
766 def pull_file(device, remote, local, is_create=False, argument
1044 def _operator_file(command, device, local, remote, timeout): argument
Ddevice.py414 def push_file(self, local, remote, **kwargs): argument
444 def pull_file(self, remote, local, **kwargs): argument