Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dueventd.cpp303 std::string legacy_path; in GetConfiguration() member
316 canonical.push_back(info.legacy_path); in GetConfiguration()
321 if (access(info.legacy_path.c_str(), F_OK) == 0) { in GetConfiguration()
324 << info.legacy_path << ". Please move your configuration to " in GetConfiguration()