Documentation ¶
Overview ¶
Package lacrosproc provides utilities to find lacros Chrome processes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LacrosLocation ¶
type LacrosLocation int
LacrosLocation specifies how lacros has been deployed, since this effects the location of the binary.
const ( // Rootfs lacros location. Rootfs LacrosLocation = iota // Stateful lacros location. Stateful // Deployed lacros location (e.g. via deploy_chrome.py). Deployed )
Click to show internal directories.
Click to hide internal directories.