Home
last modified time | relevance | path

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

/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.hpp46 inline bool isValidDbusPath(const std::string& path) in isValidDbusPath() function
H A Ddbus_path_utils.cpp8 if (appended.starts_with('/') || !isValidDbusPath(appended)) in pathAppend()