Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dinstall.cpp127 if (std::string block_device_name = state->updater->FindBlockDeviceName(dest_path); in PackageExtractFileFn() local
128 !block_device_name.empty()) { in PackageExtractFileFn()
129 dest_path = block_device_name; in PackageExtractFileFn()