Home
last modified time | relevance | path

Searched refs:cwd_bytes (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs754 let cwd_bytes = cwd.as_bytes(); in getcwd() localVariable
755 let cwd_len = cwd_bytes.len(); in getcwd()
759 buf[..cwd_len].copy_from_slice(cwd_bytes); in getcwd()