Package | Description |
---|---|
jnr.posix |
Modifier and Type | Method and Description |
---|---|
static SpawnFileAction |
SpawnFileAction.close(int fd) |
static SpawnFileAction |
SpawnFileAction.dup(int fd,
int newfd) |
static SpawnFileAction |
SpawnFileAction.open(String path,
int fd,
int flags,
int mode) |
Modifier and Type | Method and Description |
---|---|
long |
POSIX.posix_spawnp(String path,
Collection<? extends SpawnFileAction> fileActions,
Collection<? extends CharSequence> argv,
Collection<? extends CharSequence> envp) |
long |
POSIX.posix_spawnp(String path,
Collection<? extends SpawnFileAction> fileActions,
Collection<? extends SpawnAttribute> spawnAttributes,
Collection<? extends CharSequence> argv,
Collection<? extends CharSequence> envp) |
Copyright © 2017. All rights reserved.