Searched refs:GetFileActionAtIndex (Results 1 – 6 of 6) sorted by relevance
62 const FileAction *GetFileActionAtIndex(size_t idx) const;
99 const FileAction &action = *info.GetFileActionAtIndex(i); in ChildFunc()
316 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()
112 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
382 launch_info.GetFileActionAtIndex(action_index); in PosixSpawnChildForPTraceDebugging()
389 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()