Searched refs:static_path (Results 1 – 1 of 1) sorted by relevance
1151 auto static_path = GetStaticDevicePath(device_dir, partition_name_suffix); in GetPartitionDevice() local1152 if (!DeviceExists(static_path)) { in GetPartitionDevice()1153 LOG(ERROR) << "Device file " << static_path << " does not exist."; in GetPartitionDevice()1157 return {{.rw_device_path = static_path, in GetPartitionDevice()1158 .readonly_device_path = static_path, in GetPartitionDevice()