Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp94 configPersistPath = parent.dbusPersistentPath; in Config()
95 configPersistPath += objectPath; in Config()
98 fs::create_directories(configPersistPath); in Config()
100 configPersistPath += "/config"; in Config()
131 configPersistPath = parent.dbusPersistentPath; in Config()
132 configPersistPath += objectPath; in Config()
135 fs::create_directories(configPersistPath); in Config()
137 configPersistPath += "/config"; in Config()
687 if (!fs::exists(configPersistPath.c_str())) in serialize()
711 if (fs::exists(configPersistPath)) in deserialize()
[all …]
H A Dldap_config.hpp251 std::filesystem::path configPersistPath{}; member in phosphor::ldap::Config