| Package | Description |
|---|---|
| com.github.unidbg.file | |
| com.github.unidbg.unix |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NewFileIO> |
FileResult.failed(int errno) |
static <T extends NewFileIO> |
FileResult.fallback(T io) |
FileResult<T> |
BaseFileSystem.open(String pathname,
int oflags) |
FileResult<T> |
FileSystem.open(String pathname,
int oflags) |
FileResult<T> |
IOResolver.resolve(Emulator<T> emulator,
String pathname,
int oflags) |
static <T extends NewFileIO> |
FileResult.success(T io) |
| Modifier and Type | Method and Description |
|---|---|
protected FileResult<T> |
UnixSyscallHandler.createFdDir(int oflags,
String pathname) |
protected FileResult<T> |
UnixSyscallHandler.createTaskDir(Emulator<T> emulator,
int oflags,
String pathname) |
protected FileResult<T> |
UnixSyscallHandler.resolve(Emulator<T> emulator,
String pathname,
int oflags) |
Copyright © 2026. All rights reserved.