Tizen RT Libs&Environment  v1.1 D4
spawn_open_file_action_s Struct Reference

structure for spawn open file action More...

#include <spawn.h>

Collaboration diagram for spawn_open_file_action_s:

Data Fields

FAR struct spawn_general_file_action_sflink
 
enum spawn_file_actions_e action
 
int fd
 
int oflags
 
mode_t mode
 
char path [1]
 

Detailed Description

structure for spawn open file action

Definition at line 127 of file spawn.h.

Field Documentation

◆ action

enum spawn_file_actions_e action

Definition at line 129 of file spawn.h.

◆ fd

int fd

Definition at line 130 of file spawn.h.

◆ flink

FAR struct spawn_general_file_action_s* flink

Definition at line 128 of file spawn.h.

◆ mode

mode_t mode

Definition at line 132 of file spawn.h.

◆ oflags

int oflags

Definition at line 131 of file spawn.h.

◆ path

char path[1]

Definition at line 133 of file spawn.h.


The documentation for this struct was generated from the following file: