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.cpp35 if (should_flash_in_userspace(partition) && !is_userspace_fastboot()) { in Run()
217 if (should_flash_in_userspace(flash_task->GetPartitionAndSlot())) { in InitializeFromTasks()
Dfastboot.h125 bool should_flash_in_userspace(const std::string& partition_name);
Dfastboot.cpp1188 should_flash_in_userspace(partition)) { in copy_avb_footer()
1647 if (should_flash_in_userspace(flash_task->GetPartitionAndSlot())) { in AddResizeTasks()
1746 if (should_flash_in_userspace(flash_task->GetPartitionAndSlot())) { in ParseFastbootInfo()
1882 if (image->IsSecondary() && should_flash_in_userspace(partition_name)) { in HardcodedFlash()
2111 bool should_flash_in_userspace(const std::string& partition_name) { in should_flash_in_userspace() function
2123 return should_flash_in_userspace(*metadata.get(), partition_name); in should_flash_in_userspace()