Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp118 exit(EXECVE_RETURN_ERROR); in StartElf()
159 if ((rt <= 0) || (exitCode == EXECVE_RETURN_OK) || (exitCode == EXECVE_RETURN_ERROR)) { in RunElf()
H A Dutils.h123 const int EXECVE_RETURN_ERROR = 190; // execve return -1 variable
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp186 _Exit(EXECVE_RETURN_ERROR); in StartElf()
230 if ((rt <= 0) || (exitCode == EXECVE_RETURN_OK) || (exitCode == EXECVE_RETURN_ERROR)) { in RunElf()
H A Dutils.h81 const int EXECVE_RETURN_ERROR = 190; // execve return -1 variable

Completed in 2 milliseconds