Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_message_handler.cpp22 static constexpr auto SERVICE_DIR = "/etc/slp/services/"; variable
336 DIR* dir = opendir(SERVICE_DIR); in readSLPServiceInfo()
352 auto absFileName = std::string(SERVICE_DIR) + dent->d_name; in readSLPServiceInfo()