Searched refs:GetFileActionAtIndex (Results 1 – 5 of 5) sorted by relevance
60 const FileAction *GetFileActionAtIndex(size_t idx) const;
99 const FileAction &action = *info.GetFileActionAtIndex(i); in ChildFunc()
110 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
397 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()
493 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()