Home
last modified time | relevance | path

Searched refs:cmd (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_util_module/container/
H A Dbuild_ts_js.py46 cmd = [NODE_PATH, TSC_PATH, "--outDir", input_arguments.out_filePath] variable
47 run_command(cmd)
54 cmd = ['cp', "-r", srcpath, dstpath] variable
55 run_command(cmd)
57 cmd = ['rm', "-rf", input_arguments.out_filePath] variable
58 run_command(cmd)
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_tokio_mem.rs23 let cmd = format!("{pid}"); in get_memory_info()
26 .arg(cmd) in get_memory_info()
H A Dylong_tokio_spawn.rs26 let cmd = format!("{pid}"); in get_memory_info()
29 .arg(cmd) in get_memory_info()
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_memory.rs36 let cmd = format!("/proc/{pid:}/status"); in get_memory_info()
37 println!("cmd {cmd}"); in get_memory_info()
39 .arg(cmd) in get_memory_info()
/commonlibrary/c_utils/base/src/
H A Dashmem.cpp293 bool Ashmem::CheckValid(int32_t size, int32_t offset, int cmd) const in CheckValid()
308 if (!(static_cast<uint32_t>(GetProtection()) & static_cast<uint32_t>(cmd)) || in CheckValid()
309 !(static_cast<uint32_t>(flag_) & static_cast<uint32_t>(cmd))) { in CheckValid()
/commonlibrary/c_utils/base/include/
H A Dashmem.h240 bool CheckValid(int32_t size, int32_t offset, int cmd) const;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs178 pub fn ioctlsocket(s: SOCKET, cmd: c_long, argp: *mut c_ulong) -> c_int; in ioctlsocket()

Completed in 3 milliseconds