Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc1181 auto static_path = GetStaticDevicePath(device_dir, partition_name_suffix); in GetPartitionDevice() local
1182 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()