Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs233 let mut absolute_path = String::with_capacity( in do_absolute_path() localVariable
237 absolute_path.push('/'); in do_absolute_path()
238 absolute_path.push_str(&part); in do_absolute_path()
241 Ok(absolute_path) in do_absolute_path()
456 let mount_path = self.absolute_path(); in mount()
489 fn absolute_path(&self) -> Result<String, SystemError> { in absolute_path() method
H A Dcore.rs384 let path = work.absolute_path()? + &rest; in do_umount2()
H A Dmod.rs476 fn absolute_path(&self) -> Result<String, SystemError> { in absolute_path() method