| 程序包 | 说明 |
|---|---|
| com.github.unidbg.file | |
| com.github.unidbg.unix |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.