Home | History | Annotate | Download | only in Common

Lines Matching defs:forFile

195 ForFile     rec   M<=N  [N-M, N)                          -

199 !ForFile nonrec [0, M) same as ForBoth-File
201 ForFile rec m<=N [0, M) ... [N-M, N) same as ForBoth-File
208 return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*";
230 if (!ForFile && delta == 0)
237 if (isFile && !ForFile)
317 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching)
322 item.ForFile = forFile;
433 bool forFile = true;
439 forFile = false;
441 AddItem(include, path2, recursive, forFile, forFolder, wildcardMatching);
471 bool forFile = true;
474 forFile = false;
560 item.ForFile = forFile;