Searched refs:GetFileActionAtIndex (Results 1 – 5 of 5) sorted by relevance
59 const FileAction *GetFileActionAtIndex(size_t idx) const;
233 result.emplace_back(*info.GetFileActionAtIndex(i)); in MakeForkActions()
107 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
470 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()
334 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()