Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp106 if (dup2(action.GetFD(), action.GetActionArgument()) == -1) in ChildFunc()
111 action.GetActionArgument()); in ChildFunc()
/external/llvm-project/lldb/include/lldb/Host/
DFileAction.h40 int GetActionArgument() const { return m_arg; } in GetActionArgument() function
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1007 else if (info->GetActionArgument() == -1)
1013 info->GetActionArgument()),
1019 error, file_actions, info->GetFD(), info->GetActionArgument());
1028 int oflag = info->GetActionArgument();
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm426 int oflag = file_action->GetActionArgument();