HomeSort by relevance Sort by last modified time
    Searched refs:HasFile (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/
scoped_flock.h 54 bool HasFile();
scoped_flock.cc 107 bool ScopedFlock::HasFile() {
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 501 bool HasFile;
507 HasFile))
517 HasFile))
526 OS << '(' << (int) HasFile << ")/*";
  /art/runtime/
oat_file_assistant.cc 98 if (flock_.HasFile()) {
122 CHECK(!flock_.HasFile()) << "OatFileAssistant::Lock already acquired";
    [all...]

Completed in 67 milliseconds