Searched refs:IsArchived (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | FileFind.h | 47 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; }
in IsArchived() function 109 bool IsArchived() const { return MatchesMask(FILE_ATTRIBUTE_ARCHIVE); } in IsArchived() function in NWindows::NFile::NFind::CFileInfoBase |
/third_party/node/deps/v8/src/execution/ | ||
H A D | v8threads.h | 69 bool IsArchived(); |
H A D | v8threads.cc | 252 DCHECK(!IsArchived()); in ArchiveThread() 296 bool ThreadManager::IsArchived() { in IsArchived() function in v8::internal::ThreadManager |
Completed in 2 milliseconds