Home
last modified time | relevance | path

Searched refs:BAD_FD (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dspawnndk1.cpp34 #define BAD_FD (-1) macro
82 ret = posix_spawn_file_actions_addclose(&actions, BAD_FD); in PosixSpawnFileActionsAddclose()
109 ret = posix_spawn_file_actions_adddup2(&actions, BAD_FD, BAD_FD); in PosixSpawnFileActionsAddDup2()
139 ret = posix_spawn_file_actions_addopen(&actions, BAD_FD, path, O_CREAT, S_IXGRP); in PosixSpawnFileActionsAddOpen()

Completed in 1 milliseconds