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.rs429 let mount_path = self.absolute_path(); in mount()
462 fn absolute_path(&self) -> Result<String, SystemError> { in absolute_path() method
H A Dcore.rs330 let path = work.absolute_path()? + &rest; in do_umount2()
H A Dmod.rs473 fn absolute_path(&self) -> Result<String, SystemError> { in absolute_path() method