Searched refs:should_flash_in_userspace (Results 1 – 6 of 6) sorted by relevance
/system/core/fastboot/ |
D | util.h | 29 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata,
|
D | util.cpp | 82 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata, in should_flash_in_userspace() function
|
D | super_flash_helper.cpp | 40 return should_flash_in_userspace(*base_metadata_.get(), partition); in IncludeInSuper()
|
D | task.cpp | 39 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()
|
D | fastboot.h | 153 bool should_flash_in_userspace(const ImageSource* source, const std::string& partition_name);
|
D | fastboot.cpp | 1194 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()
|