Searched refs:super_symlink (Results 1 – 1 of 1) sorted by relevance
302 auto super_symlink = "/dev/block/by-name/"s + super_partition_name_; in InitDevices() local303 if (!android::base::Realpath(super_symlink, &super_path_)) { in InitDevices()304 PLOG(ERROR) << "realpath failed: " << super_symlink; in InitDevices()