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