@Implements(className="libcore.io.Posix", maxSdk=25, isInAndroidSdk=false) public class ShadowPosix extends Object
Constructor and Description |
---|
ShadowPosix() |
Modifier and Type | Method and Description |
---|---|
protected static Object |
fstat(FileDescriptor fd) |
protected static Object |
lstat(String path) |
static void |
mkdir(String path,
int mode) |
static Object |
stat(String path) |
@Implementation public static void mkdir(String path, int mode) throws ErrnoException
ErrnoException
@Implementation public static Object stat(String path) throws ErrnoException
ErrnoException
@Implementation protected static Object lstat(String path) throws ErrnoException
ErrnoException
@Implementation protected static Object fstat(FileDescriptor fd) throws ErrnoException
ErrnoException