Searched refs:FindBlockDeviceName (Results 1 – 13 of 13) sorted by relevance
41 virtual std::string FindBlockDeviceName(const std::string_view name) const = 0;
69 std::string SimulatorRuntime::FindBlockDeviceName(const std::string_view name) const { in FindBlockDeviceName() function in SimulatorRuntime70 return source_->FindBlockDeviceName(name); in FindBlockDeviceName()
121 std::string Updater::FindBlockDeviceName(const std::string_view name) const { in FindBlockDeviceName() function in Updater122 return runtime_->FindBlockDeviceName(name); in FindBlockDeviceName()
131 std::string BuildInfo::FindBlockDeviceName(const std::string_view name) const { in FindBlockDeviceName() function in BuildInfo
43 std::string UpdaterRuntime::FindBlockDeviceName(const std::string_view name) const { in FindBlockDeviceName() function in UpdaterRuntime
73 std::string name = updater->FindBlockDeviceName(partition->name); in UpdateBlockDeviceNameForPartition()127 if (std::string block_device_name = state->updater->FindBlockDeviceName(dest_path); in PackageExtractFileFn()
1677 auto block_device_path = updater->FindBlockDeviceName(blockdev_filename->data); in PerformBlockImageUpdate()2091 auto block_device_path = state->updater->FindBlockDeviceName(blockdev_filename->data); in RangeSha1Fn()2162 auto block_device_path = state->updater->FindBlockDeviceName(arg_filename->data); in CheckFirstBlockFn()2237 auto block_device_path = state->updater->FindBlockDeviceName(filename->data); in BlockImageRecoverFn()
51 std::string FindBlockDeviceName(const std::string_view name) const;
54 std::string FindBlockDeviceName(const std::string_view name) const override;
41 std::string FindBlockDeviceName(const std::string_view name) const override;
59 std::string FindBlockDeviceName(const std::string_view name) const override;
239 ASSERT_EQ(0, access(build_info.FindBlockDeviceName(name).c_str(), R_OK)); in TEST_F()