Home
last modified time | relevance | path

Searched defs:LaunchOptions (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dlaunch.h58 struct BASE_EXPORT LaunchOptions { struct
82 bool wait = false;
85 base::FilePath current_directory;
88 bool start_hidden = false;
97 enum class Inherit {
117 Inherit inherit_mode = Inherit::kSpecific;
118 HandlesToInheritVector handles_to_inherit;
127 UserTokenHandle as_user = nullptr;
130 bool empty_desktop_name = false;
135 HANDLE job_handle = nullptr;
[all …]