Searched refs:GetFileActionAtIndex (Results 1 – 6 of 6) sorted by relevance
60 const FileAction *GetFileActionAtIndex(size_t idx) const;
233 result.emplace_back(*info.GetFileActionAtIndex(i)); in MakeForkActions()
109 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
328 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()
468 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()
1239 launch_info.GetFileActionAtIndex(i);