HomeSort by: relevance | last modified time | path
    Searched defs:origPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 132 SmallString<200> origPath = StringRef(origFE->getName());
133 fs::make_absolute(origPath);
134 infoOut << origPath << '\n';
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 1574 const char* const origPath, genType_e genType)
1588 if (origPath) {
1589 outputBuffer(fr.srcStart, (BYTE*)fr.src - (BYTE*)fr.srcStart, origPath);
1595 const char* const origPath, genType_e genType)
1621 if (origPath) {
1622 if (snprintf(outPath, MAX_PATH, "%s/z%06u", origPath, fnum) + 1 > MAX_PATH) {
1636 const char* const origPath, const size_t dictSize,
1702 if (origPath) {
1703 if (snprintf(outPath, MAX_PATH, "%s/z%06u", origPath, fnum) + 1 > MAX_PATH) {
1713 if (origPath) {
    [all...]

Completed in 24 milliseconds