Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DError.cpp116 case eErrorTypePOSIX: in AsCString()
281 m_type = eErrorTypePOSIX; in SetErrorToErrno()
394 if (m_type == eErrorTypePOSIX && m_code == EINTR) in WasInterrupted()
/external/lldb/source/Host/common/
DHost.cpp604 error->SetError (err, eErrorTypePOSIX); in ThreadCreate()
614 error->SetError(err, eErrorTypePOSIX); in ThreadCancel()
623 error->SetError(err, eErrorTypePOSIX); in ThreadDetach()
632 error->SetError(err, eErrorTypePOSIX); in ThreadJoin()
/external/lldb/include/lldb/
Dlldb-enumerations.h218 eErrorTypePOSIX ///< POSIX error codes. enumerator
/external/lldb/source/Host/macosx/
DHost.mm1571 error.SetError( ::posix_spawnattr_init (&attr), eErrorTypePOSIX);
1590 error.SetError( ::posix_spawnattr_setflags (&attr, flags), eErrorTypePOSIX);
1608 error.SetError( ::posix_spawnattr_setbinpref_np (&attr, 1, &cpu, &ocount), eErrorTypePOSIX);
1651 error.SetError( ::posix_spawn_file_actions_init (&file_actions), eErrorTypePOSIX);
1680 eErrorTypePOSIX);
1707 eErrorTypePOSIX);
/external/lldb/source/Target/
DProcess.cpp687 eErrorTypePOSIX); in AddPosixSpawnFileAction()
702 eErrorTypePOSIX); in AddPosixSpawnFileAction()
726 eErrorTypePOSIX); in AddPosixSpawnFileAction()
/external/lldb/www/python_reference/
Dapi-objects.txt104 _lldb'.eErrorTypePOSIX _lldb%27-module.html#eErrorTypePOSIX
1819 lldb.eErrorTypePOSIX lldb-module.html#eErrorTypePOSIX