Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3519 static constexpr uint64_t kTmpFsSentinelValue = 384 * MB; variable
3541 if (fs_overall_size > kTmpFsSentinelValue) { in CheckSpace()