Searched refs:WasiFilesystemCtx (Results 1 – 2 of 2) sorted by relevance
3 use crate::filesystem::{Dir, WasiFilesystemCtx};41 filesystem: WasiFilesystemCtx,534 pub(crate) filesystem: WasiFilesystemCtx,556 pub fn filesystem(&mut self) -> &mut WasiFilesystemCtx { in filesystem() argument
56 pub struct WasiFilesystemCtx { struct62 pub ctx: &'a mut WasiFilesystemCtx, argument