Lines Matching refs:getPath
359 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doPrint()
369 outs() << "Printing " << I->getPath().str() << "\n"; in doPrint()
410 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doDisplayTable()
428 outs() << " " << I->getPath().str() << "\n"; in doDisplayTable()
430 outs() << I->getPath().str() << "\n"; in doDisplayTable()
448 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doExtract()
452 sys::Path dirs(I->getPath()); in doExtract()
461 std::ofstream file(I->getPath().c_str(), io_mode); in doExtract()
474 I->getPath().setStatusInfoOnDisk(I->getFileStatus()); in doExtract()
493 if (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end()) { in doDelete()
532 if (RelPos == I->getPath().str()) { in doMove()
552 std::find(remaining.begin(),remaining.end(),I->getPath()); in doMove()
633 if (compare == I->getPath().str()) { in doReplaceOrInsert()
665 if ((AddBefore || InsertBefore) && RelPos == I->getPath().str()) in doReplaceOrInsert()
667 else if (AddAfter && RelPos == I->getPath().str()) { in doReplaceOrInsert()