Home
last modified time | relevance | path

Searched refs:powerStateSocketPath (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DUtils.cpp89 std::optional<std::string> powerStateSocketPath; in fromCommandLine() local
118 powerStateSocketPath = std::string(optarg); in fromCommandLine()
135 if (!powerStateSocketPath.has_value() && error) { in fromCommandLine()
139 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine()
141 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()