Home
last modified time | relevance | path

Searched refs:SpawnFileOpenAction (Results 1 – 12 of 12) sorted by relevance

/external/llvm-libc/src/spawn/
Dfile_actions.h44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct
50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() function
Dposix_spawn_file_actions_addopen.cpp30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
Dposix_spawn_file_actions_destroy.cpp40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/
Dfile_actions.h44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct
50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() function
Dposix_spawn_file_actions_addopen.cpp30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
Dposix_spawn_file_actions_destroy.cpp40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
/external/cronet/stable/third_party/llvm-libc/src/src/spawn/
Dfile_actions.h44 struct SpawnFileOpenAction : public BaseSpawnFileAction { struct
50 SpawnFileOpenAction(const char *p, int fdesc, int flags, mode_t m) in SpawnFileOpenAction() argument
Dposix_spawn_file_actions_addopen.cpp30 auto *act = new (ac) SpawnFileOpenAction(path, fd, oflag, mode);
Dposix_spawn_file_actions_destroy.cpp40 delete reinterpret_cast<SpawnFileOpenAction *>(temp);
/external/cronet/stable/third_party/llvm-libc/src/src/spawn/linux/
Dposix_spawn.cpp93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()
/external/llvm-libc/src/spawn/linux/
Dposix_spawn.cpp93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/linux/
Dposix_spawn.cpp93 auto *open_act = reinterpret_cast<SpawnFileOpenAction *>(act); in child_process()