Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp38 static constexpr bool kEnableFetch = true; variable
40 static constexpr bool kEnableFetch = false; variable
507 if (!kEnableFetch) { in GetMaxFetchSize()
H A Dcommands.cpp52 static constexpr bool kEnableFetch = true; variable
54 static constexpr bool kEnableFetch = false; variable
750 if constexpr (!kEnableFetch) { in Fetch()