|
ESPHome 2026.5.0b1
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| namespace | esphome::host |
Functions | |
| char ** | esphome::host::get_argv () |
| argv captured by main(); stable for process lifetime. | |
| const std::string & | esphome::host::get_exe_path () |
| Absolute path to running exe (resolved at startup); empty on failure. | |
| void | esphome::host::arm_reexec (const std::string &path) |
| Arm an execv on the next arch_restart(). Pass empty to disarm. | |
| const char * | esphome::host::get_reexec_path () |
| Armed re-exec path, or nullptr. | |