Searched refs:should_flash_in_userspace (Results 1 – 6 of 6) sorted by relevance
29 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata,
82 bool should_flash_in_userspace(const android::fs_mgr::LpMetadata& metadata, in should_flash_in_userspace() function
40 return should_flash_in_userspace(*base_metadata_.get(), partition); in IncludeInSuper()
35 if (should_flash_in_userspace(partition) && !is_userspace_fastboot()) { in Run()217 if (should_flash_in_userspace(flash_task->GetPartitionAndSlot())) { in InitializeFromTasks()
125 bool should_flash_in_userspace(const std::string& partition_name);
1188 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() function2123 return should_flash_in_userspace(*metadata.get(), partition_name); in should_flash_in_userspace()