Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp302 auto super_symlink = "/dev/block/by-name/"s + super_partition_name_; in InitDevices() local
303 if (!android::base::Realpath(super_symlink, &super_path_)) { in InitDevices()
304 PLOG(ERROR) << "realpath failed: " << super_symlink; in InitDevices()