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

  /external/lzma/CPP/Windows/
FileFind.h 58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); }
  /external/chromium_org/content/browser/download/
download_item_impl.cc 455 if (!IsTemporary())
496 bool DownloadItemImpl::IsTemporary() const {
747 return (!IsDone() || is_complete) && !IsTemporary() &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 833 bool IsTemporary = false;
837 IsTemporary = true;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 112 milliseconds