Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc104 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument
107 if (warn_threshold < GuardState::kNoCheck && guard_state_ >= warn_threshold) { in moveTo()
Dfd_file.h157 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);