Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_flock.h49 bool HasFile();
Dscoped_flock.cc85 bool ScopedFlock::HasFile() { in HasFile() function in art::ScopedFlock
/art/runtime/
Dclass_linker.cc944 if (!scoped_flock.HasFile()) { in OpenDexFilesFromOat()
952 if (Runtime::Current()->IsDex2OatEnabled() && has_flock && scoped_flock.HasFile()) { in OpenDexFilesFromOat()