OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
437
if (!
IsTemporary
())
478
bool DownloadItemImpl::
IsTemporary
() const {
710
return (!IsDone() || is_complete) && !
IsTemporary
() &&
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
761
bool
IsTemporary
= false;
765
IsTemporary
= true;
777
if (
IsTemporary
)
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
[
all
...]
Completed in 55 milliseconds