Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dupdater_runtime_interface.h71 virtual bool MapPartitionOnDeviceMapper(const std::string& partition_name, std::string* path) = 0;
/bootable/recovery/updater/include/updater/
Dupdater_runtime.h56 bool MapPartitionOnDeviceMapper(const std::string& partition_name, std::string* path) override;
Dsimulator_runtime.h53 bool MapPartitionOnDeviceMapper(const std::string& partition_name, std::string* path) override;
/bootable/recovery/updater/
Dsimulator_runtime.cpp105 bool SimulatorRuntime::MapPartitionOnDeviceMapper(const std::string& partition_name, in MapPartitionOnDeviceMapper() function in SimulatorRuntime
Ddynamic_partitions.cpp83 bool result = updater_runtime->MapPartitionOnDeviceMapper(args[0], &path); in MapPartitionFn()
Dupdater_runtime_dynamic_partitions.cpp69 bool UpdaterRuntime::MapPartitionOnDeviceMapper(const std::string& partition_name, in MapPartitionOnDeviceMapper() function in UpdaterRuntime