Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy() function
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts230 copy(target: NativeBuffer, targetStart: number, sourceStart: number, sourceEnd: number): number; method