Home
last modified time | relevance | path

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

/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ macro
120 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm()
174 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execCp()