|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpawnFileAction | |
|---|---|
| jnr.posix | |
| Uses of SpawnFileAction in jnr.posix |
|---|
| Methods in jnr.posix that return SpawnFileAction | |
|---|---|
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)
|
| Method parameters in jnr.posix with type arguments of type SpawnFileAction | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||