Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp360 auto link_path = "/dev/block/" + type + "/" + device; in GetBlockDeviceSymlinks() local
370 links.emplace_back(link_path + "/by-name/" + partition_name_sanitized); in GetBlockDeviceSymlinks()
382 links.emplace_back(link_path + "/" + uevent.path.substr(last_slash + 1)); in GetBlockDeviceSymlinks()
402 std::string link_path; in RemoveDeviceMapperLinks() local
407 if (Readlink(path, &link_path) && link_path == devpath) { in RemoveDeviceMapperLinks()
430 } else if (std::string link_path; in HandleDevice() local
431 Readlink(link, &link_path) && link_path != devpath) { in HandleDevice()
433 << ", which already links to: " << link_path; in HandleDevice()
444 std::string link_path; in HandleDevice() local
445 if (Readlink(link, &link_path) && link_path == devpath) { in HandleDevice()