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

  /external/lzma/CPP/Common/
Wildcard.cpp 159 ForFile req M<=N [N-M, N) -
183 if (!ForFile && delta == 0)
191 if (isFile && !ForFile)
242 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir)
247 item.ForFile = forFile;
342 bool forFile = true;
348 forFile = false;
350 AddItem(include, path2, recursive, forFile, forFolder);
380 bool forFile = true;
    [all...]
Wildcard.h 23 bool ForFile;
45 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 222 if (isDir && !item.ForDir || !isDir && !item.ForFile)

Completed in 384 milliseconds