Home | History | Annotate | Download | only in API

Lines Matching refs:SBLaunchInfo

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