Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dupdater_runtime_interface.h72 virtual bool UnmapPartitionOnDeviceMapper(const std::string& partition_name) = 0;
/bootable/recovery/updater/include/updater/
Dupdater_runtime.h57 bool UnmapPartitionOnDeviceMapper(const std::string& partition_name) override;
Dsimulator_runtime.h54 bool UnmapPartitionOnDeviceMapper(const std::string& partition_name) override;
/bootable/recovery/updater/
Dsimulator_runtime.cpp111 bool SimulatorRuntime::UnmapPartitionOnDeviceMapper(const std::string& partition_name) { in UnmapPartitionOnDeviceMapper() function in SimulatorRuntime
Ddynamic_partitions.cpp72 return updater_runtime->UnmapPartitionOnDeviceMapper(args[0]) ? StringValue("t") in UnmapPartitionFn()
Dupdater_runtime_dynamic_partitions.cpp96 bool UpdaterRuntime::UnmapPartitionOnDeviceMapper(const std::string& partition_name) { in UnmapPartitionOnDeviceMapper() function in UpdaterRuntime