Searched refs:SpawnFileOpenAction (Results 1 – 12 of 12) sorted by relevance
/external/llvm-libc/src/spawn/ |
D | file_actions.h | 44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct 50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() function
|
D | posix_spawn_file_actions_addopen.cpp | 30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
|
D | posix_spawn_file_actions_destroy.cpp | 40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
|
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/ |
D | file_actions.h | 44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct 50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() function
|
D | posix_spawn_file_actions_addopen.cpp | 30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
|
D | posix_spawn_file_actions_destroy.cpp | 40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
|
/external/cronet/stable/third_party/llvm-libc/src/src/spawn/ |
D | file_actions.h | 44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct 50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() argument
|
D | posix_spawn_file_actions_addopen.cpp | 30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
|
D | posix_spawn_file_actions_destroy.cpp | 40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
|
/external/cronet/stable/third_party/llvm-libc/src/src/spawn/linux/ |
D | posix_spawn.cpp | 93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()
|
/external/llvm-libc/src/spawn/linux/ |
D | posix_spawn.cpp | 93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()
|
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/linux/ |
D | posix_spawn.cpp | 93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()
|