Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp32 constexpr size_t MAX_FD_SIZE = 16; variable
140 if (fds.size() > MAX_FD_SIZE) { in OH_Ability_StartNativeChildProcess()