Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h132 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);
Dfd_file.cc264 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument
267 if (warn_threshold < GuardState::kNoCheck && guard_state_ >= warn_threshold) { in moveTo()