Searched refs:posix_spawn_file_actions_addopen (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/headers/posix/ |
D | spawn_h.c | 54 …FUNCTION(posix_spawn_file_actions_addopen, int (*f)(posix_spawn_file_actions_t*, int, const char*,… in spawn_h()
|
/bionic/libc/include/ |
D | spawn.h | 84 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* __actions, int __fd, const char* _…
|
/bionic/libc/bionic/ |
D | spawn.cpp | 329 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* actions, in posix_spawn_file_actions_addopen() function
|
/bionic/tests/ |
D | spawn_test.cpp | 242 ASSERT_EQ(0, posix_spawn_file_actions_addopen(&fa, 56, "/proc/version", O_RDONLY, 0)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 650 posix_spawn_file_actions_addopen
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1405 posix_spawn_file_actions_addopen;
|
/bionic/libc/ |
D | libc.map.txt | 1405 posix_spawn_file_actions_addopen;
|