Lines Matching refs:Paths
126 std::set<sys::Path> Paths; variable
326 Paths.insert(dirpaths.begin(),dirpaths.end()); in buildPaths()
328 Paths.insert(aPath); in buildPaths()
331 Paths.insert(aPath); in buildPaths()
358 if (Paths.empty() || in doPrint()
359 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doPrint()
409 if (Paths.empty() || in doDisplayTable()
410 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doDisplayTable()
447 if (Paths.empty() || in doExtract()
448 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doExtract()
488 if (Paths.empty()) in doDelete()
493 if (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end()) { in doDelete()
545 std::set<sys::Path> remaining(Paths); in doMove()
575 if (Paths.empty()) in doQuickAppend()
579 for (std::set<sys::Path>::iterator PI = Paths.begin(), PE = Paths.end(); in doQuickAppend()
601 if (Paths.empty()) in doReplaceOrInsert()
605 std::set<sys::Path> remaining(Paths); in doReplaceOrInsert()