• Home
  • Raw
  • Download

Lines Matching refs:SBLaunchInfo

66 SBLaunchInfo::SBLaunchInfo (const char **argv) :   in SBLaunchInfo()  function in SBLaunchInfo
74 SBLaunchInfo::~SBLaunchInfo() in ~SBLaunchInfo()
79 SBLaunchInfo::ref () in ref()
86 SBLaunchInfo::GetUserID() in GetUserID()
92 SBLaunchInfo::GetGroupID() in GetGroupID()
98 SBLaunchInfo::UserIDIsValid () in UserIDIsValid()
104 SBLaunchInfo::GroupIDIsValid () in GroupIDIsValid()
110 SBLaunchInfo::SetUserID (uint32_t uid) in SetUserID()
116 SBLaunchInfo::SetGroupID (uint32_t gid) in SetGroupID()
122 SBLaunchInfo::GetNumArguments () in GetNumArguments()
128 SBLaunchInfo::GetArgumentAtIndex (uint32_t idx) in GetArgumentAtIndex()
134 SBLaunchInfo::SetArguments (const char **argv, bool append) in SetArguments()
151 SBLaunchInfo::GetNumEnvironmentEntries () in GetNumEnvironmentEntries()
157 SBLaunchInfo::GetEnvironmentEntryAtIndex (uint32_t idx) in GetEnvironmentEntryAtIndex()
163 SBLaunchInfo::SetEnvironmentEntries (const char **envp, bool append) in SetEnvironmentEntries()
180 SBLaunchInfo::Clear () in Clear()
186 SBLaunchInfo::GetWorkingDirectory () const in GetWorkingDirectory()
192 SBLaunchInfo::SetWorkingDirectory (const char *working_dir) in SetWorkingDirectory()
198 SBLaunchInfo::GetLaunchFlags () in GetLaunchFlags()
204 SBLaunchInfo::SetLaunchFlags (uint32_t flags) in SetLaunchFlags()
210 SBLaunchInfo::GetProcessPluginName () in GetProcessPluginName()
216 SBLaunchInfo::SetProcessPluginName (const char *plugin_name) in SetProcessPluginName()
222 SBLaunchInfo::GetShell () in GetShell()
228 SBLaunchInfo::SetShell (const char * path) in SetShell()
234 SBLaunchInfo::GetResumeCount () in GetResumeCount()
240 SBLaunchInfo::SetResumeCount (uint32_t c) in SetResumeCount()
246 SBLaunchInfo::AddCloseFileAction (int fd) in AddCloseFileAction()
252 SBLaunchInfo::AddDuplicateFileAction (int fd, int dup_fd) in AddDuplicateFileAction()
258 SBLaunchInfo::AddOpenFileAction (int fd, const char *path, bool read, bool write) in AddOpenFileAction()
264 SBLaunchInfo::AddSuppressFileAction (int fd, bool read, bool write) in AddSuppressFileAction()
745 SBTarget::Launch (SBLaunchInfo &sb_launch_info, SBError& error) in Launch()