Home
last modified time | relevance | path

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

/system/core/init/
Dueventd.cpp307 std::string legacy_path; in GetConfiguration() member
320 canonical.push_back(info.legacy_path); in GetConfiguration()
325 if (access(info.legacy_path.c_str(), F_OK) == 0) { in GetConfiguration()
328 << info.legacy_path << ". Please move your configuration to " in GetConfiguration()