Searched refs:cmd (Results 1 - 7 of 7) sorted by relevance
/commonlibrary/ets_utils/js_util_module/container/ |
H A D | build_ts_js.py | 46 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 D | ylong_tokio_mem.rs | 23 let cmd = format!("{pid}"); in get_memory_info() 26 .arg(cmd) in get_memory_info()
|
H A D | ylong_tokio_spawn.rs | 26 let cmd = format!("{pid}"); in get_memory_info() 29 .arg(cmd) in get_memory_info()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_runtime_memory.rs | 36 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 D | ashmem.cpp | 293 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 D | ashmem.h | 240 bool CheckValid(int32_t size, int32_t offset, int cmd) const;
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | winapi.rs | 178 pub fn ioctlsocket(s: SOCKET, cmd: c_long, argp: *mut c_ulong) -> c_int; in ioctlsocket()
|
Completed in 3 milliseconds