Home
last modified time | relevance | path

Searched refs:kEnableFetch (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dvariables.cpp37 static constexpr bool kEnableFetch = true; variable
39 static constexpr bool kEnableFetch = false; variable
521 if (!kEnableFetch) { in GetMaxFetchSize()
Dcommands.cpp49 static constexpr bool kEnableFetch = true; variable
51 static constexpr bool kEnableFetch = false; variable
692 if constexpr (!kEnableFetch) { in Fetch()