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

/external/libchrome/base/mac/
H A Dmach_port_broker.h48 static std::string GetMachPortName(const std::string& name, bool is_child);
/external/openssh/
H A Dsession.c162 static int is_child = 0; variable
506 is_child = 1;
672 is_child = 1;
2737 if (is_child)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c3277 Bool is_child; local
3297 is_child = ( RES == 0 ? True : False );
3298 child_pid = ( is_child ? -1 : RES );
3301 is_child = RESHI;
3307 if (is_child) {

Completed in 369 milliseconds