Home
last modified time | relevance | path

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

/system/core/fastboot/
Dutil.h29 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata,
Dutil.cpp82 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata, in should_flash_in_userspace() function
Dsuper_flash_helper.cpp40 return should_flash_in_userspace(*base_metadata_.get(), partition); in IncludeInSuper()
Dtask.cpp39 return should_flash_in_userspace(*metadata.get(), task->GetPartitionAndSlot()); in IsDynamicPartition()
44 if (should_flash_in_userspace(fp_->source.get(), partition) && !is_userspace_fastboot() && in Run()
Dfastboot.h153 bool should_flash_in_userspace(const ImageSource* source, const std::string& partition_name);
Dfastboot.cpp1194 should_flash_in_userspace(source, partition)) { in copy_avb_footer()
1815 if (!should_flash_in_userspace(fp_->source.get(), in CollectTasks()
2095 bool should_flash_in_userspace(const ImageSource* source, const std::string& partition_name) { in should_flash_in_userspace() function
2108 return should_flash_in_userspace(*metadata.get(), partition_name); in should_flash_in_userspace()
2115 return should_flash_in_userspace(*metadata.get(), partition_name); in should_flash_in_userspace()