OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsArchived
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
v8threads.h
77
bool
IsArchived
();
v8threads.cc
270
DCHECK(!
IsArchived
());
317
bool ThreadManager::
IsArchived
() {
/external/lzma/CPP/Windows/
FileFind.h
19
inline bool
IsArchived
(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; }
49
bool
IsArchived
() const { return MatchesMask(FILE_ATTRIBUTE_ARCHIVE); }
Completed in 332 milliseconds