Searched refs:static_path (Results 1 – 1 of 1) sorted by relevance
1181 auto static_path = GetStaticDevicePath(device_dir, partition_name_suffix); in GetPartitionDevice() local1182 if (!DeviceExists(static_path)) { in GetPartitionDevice()1183 LOG(ERROR) << "Device file " << static_path << " does not exist."; in GetPartitionDevice()1187 return {{.rw_device_path = static_path, in GetPartitionDevice()1188 .readonly_device_path = static_path, in GetPartitionDevice()