Home
last modified time | relevance | path

Searched defs:file_actions (Results 1 – 8 of 8) sorted by relevance

/external/bison/lib/
Dspawn_faction_init.c32 __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc()
51 posix_spawn_file_actions_init (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init()
Dspawn_faction_destroy.c26 posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy()
Dspawnp.c28 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
Dspawn_faction_addclose.c36 posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addclose()
Dspawn_faction_adddup2.c36 posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_adddup2()
Dspawn_faction_addopen.c36 posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addopen()
Dspawni.c97 const posix_spawn_file_actions_t *file_actions, in __spawni()
140 const posix_spawn_file_actions_t *file_actions, in __spawni()
/external/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.cc153 ActionList file_actions; in FindCommonTasks() local