Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask.cpp142 bool OptimizedFlashSuperTask::CanOptimize(const ImageSource* source, in CanOptimize() function in OptimizedFlashSuperTask
177 if (!CanOptimize(fp->source.get(), tasks)) { in Initialize()
Dtask.h93 static bool CanOptimize(const ImageSource* source,
Dtask_test.cpp301 ASSERT_EQ(OptimizedFlashSuperTask::CanOptimize(fp->source.get(), tasks), test.second); in TEST_F()