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.cc1151 auto static_path = GetStaticDevicePath(device_dir, partition_name_suffix); in GetPartitionDevice() local
1152 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()