Home
last modified time | relevance | path

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

/system/core/init/
Dservice_utils.cpp150 auto published_name = name_; in Publish() local
152 for (auto& c : published_name) { in Publish()
161 PLOG(ERROR) << "Failed to remove CLOEXEC from '" << published_name << "'"; in Publish()
165 setenv(published_name.c_str(), val.c_str(), 1); in Publish()