Home
last modified time | relevance | path

Searched refs:sys (Results 1 - 25 of 1296) sorted by relevance

12345678910>>...52

/foundation/arkui/ace_engine/build/
H A Dsearch.py18 import sys namespace
22 if (len(sys.argv) != 2):
23 sys.stderr.write("MUST have 1 parameter for the searching path")
24 sys.stderr.write(os.linesep)
27 base_dir = os.path.realpath(sys.argv[1])
29 sys.stderr.write("Searching path MUST be a directory")
30 sys.stderr.write(os.linesep)
41 sys.stdout.write(item)
42 sys.stdout.write(os.linesep)
/foundation/graphic/graphic_2d/utils/build/
H A Dcopy_arkui_adapters.py18 import sys namespace
24 if (len(sys.argv) != 3):
25 sys.stderr.write("MUST have 1 parameter for the source path and 1 parameter for the destination")
26 sys.stderr.write(os.linesep)
29 source_dir = os.path.realpath(sys.argv[1])
31 sys.stderr.write("Source path MUST be a directory")
32 sys.stderr.write(os.linesep)
35 dest_dir = os.path.realpath(sys.argv[2])
37 sys.stderr.write("Destination path MUST be a directory")
38 sys
[all...]
H A Dgraphic_2d_ext_exists.py17 import sys namespace
23 sys.stdout.write(str(is_exist))
27 sys.exit(main())
/foundation/communication/dsoftbus/
H A Dcheck_sub_module.py19 import sys namespace
22 if sys.argv[1] == "" or sys.argv[2] == "" :
25 sub_module = os.path.join(sys.argv[1], sys.argv[2])
33 sys.exit(main())
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_common_header.h30 #include <sys/socket.h>
31 #include <sys/epoll.h>
32 #include <sys/timerfd.h>
33 #include <sys/ioctl.h>
34 #include <sys/prctl.h>
35 #include <sys/select.h>
36 #include <sys/types.h>
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/
H A Dim_base_type.h26 #include <sys/types.h>
27 #include <sys/stat.h>
31 #include <sys/socket.h>
32 #include <sys/select.h>
33 #include <sys/time.h>
34 #include <sys/mman.h>
35 #include <sys/sysinfo.h>
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Ddump.py17 import sys namespace
19 sys.path.append("../")
23 dump(sys.argv[1], sys.argv[2])
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dcommon.h26 #include <sys/epoll.h>
27 #include <sys/socket.h>
28 #include <sys/types.h>
29 #include <sys/un.h>
/foundation/multimodalinput/input/util/socket/include/
H A Duds_socket.h23 #include <sys/epoll.h>
24 #include <sys/socket.h>
25 #include <sys/types.h>
26 #include <sys/un.h>
/foundation/arkui/ace_engine/build/tools/
H A Drun_objcopy_pc_mac.py22 import sys namespace
81 sys.stdout.write(line)
82 sys.stdout.flush()
91 sys.exit(main())
H A Drun_objcopy.py22 import sys namespace
79 sys.stdout.write(line)
80 sys.stdout.flush()
89 sys.exit(main())
H A Dgen_uicontext_ohos.py17 import sys namespace
52 main(sys.argv[1], sys.argv[2])
/foundation/communication/dsoftbus/adapter/common/include/OS_adapter_define/linux/
H A Dsoftbus_adapter_define.h23 #include <sys/ioctl.h>
24 #include <sys/select.h>
25 #include <sys/socket.h>
26 #include <sys/types.h>
34 /* sys/socket.h */
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dudp_server_demo.cpp25 #include <sys/epoll.h>
26 #include <sys/resource.h>
27 #include <sys/socket.h>
28 #include <sys/time.h>
29 #include <sys/types.h>
30 #include <sys/wait.h>
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/
H A Dlnn_bus_center_ipc_test.cpp27 #include <sys/ioctl.h>
28 #include <sys/socket.h>
29 #include <sys/types.h>
H A Dbus_center_client_proxy_standard_test.cpp26 #include <sys/ioctl.h>
27 #include <sys/socket.h>
28 #include <sys/types.h>
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetsys_udp_transfer.h23 #include <sys/socket.h>
24 #include <sys/types.h>
25 #include <sys/un.h>
H A Dnetsys_client.h27 #include <sys/select.h>
28 #include <sys/socket.h>
29 #include <sys/un.h>
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_common_header.h23 #include <sys/stat.h>
24 #include <sys/types.h>
35 #include <sys/ioctl.h>
/foundation/multimedia/media_foundation/engine/plugin/plugins/
H A Dplugin_config.py20 import sys namespace
56 sys.exit(main(sys.argv))
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsamgr_time_handler.h22 #include <sys/epoll.h>
24 #include <sys/timerfd.h>
25 #include <sys/time.h>
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_manager.cpp23 #include <sys/mount.h>
24 #include <sys/stat.h>
25 #include <sys/types.h>
26 #include <sys/wait.h>
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dfile.h20 #include <sys/types.h>
21 #include <sys/stat.h>
31 #include "sys/types.h"
32 #include "sys/mount.h"
33 #include "sys/stat.h"
35 #include "sys/param.h"
37 #include "sys/statfs.h"
/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_tcp_socket.h21 #include <sys/types.h>
22 #include <sys/uio.h>
/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp27 #include <sys/types.h>
28 #include <sys/stat.h>
29 #include <sys/wait.h>

Completed in 5 milliseconds

12345678910>>...52