Home
last modified time | relevance | path

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

/system/core/init/
Ddescriptors.cpp60 std::string publishedName = key() + name_; in CreateAndPublish() local
61 std::for_each(publishedName.begin(), publishedName.end(), in CreateAndPublish()
65 add_environment(publishedName.c_str(), val.c_str()); in CreateAndPublish()