miri::shims::unix::fs

Trait EvalContextExtPrivate

Source
trait EvalContextExtPrivate<'tcx>: MiriInterpCxExt<'tcx> {
    // Provided methods
    fn macos_stat_write_buf(
        &mut self,
        metadata: FileMetadata,
        buf_op: &OpTy<'tcx>,
    ) -> InterpResult<'tcx, i32> { ... }
    fn file_type_to_d_type(
        &mut self,
        file_type: Result<FileType>,
    ) -> InterpResult<'tcx, i32> { ... }
}

Provided Methods§

Source

fn macos_stat_write_buf( &mut self, metadata: FileMetadata, buf_op: &OpTy<'tcx>, ) -> InterpResult<'tcx, i32>

Source

fn file_type_to_d_type( &mut self, file_type: Result<FileType>, ) -> InterpResult<'tcx, i32>

Implementors§

Source§

impl<'tcx> EvalContextExtPrivate<'tcx> for MiriInterpCx<'tcx>