Home
last modified time | relevance | path

Searched refs:newDir (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.c917 char* newDir = mallocAndJoin2Dir(outDirName, trimPath(srcDirName)); in mirrorSrcDir() local
918 if (!newDir) in mirrorSrcDir()
922 status = makeDir(newDir, srcMode); in mirrorSrcDir()
923 free(newDir); in mirrorSrcDir()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp900 auto [newDir, extraDir] = second.split(';'); in getOldNewOptionsExtra()
901 return {oldDir, newDir, extraDir}; in getOldNewOptionsExtra()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp98 auto [newDir, extraDir] = second.split(';'); in getOldNewOptionsExtra()
99 return {oldDir, newDir, extraDir}; in getOldNewOptionsExtra()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1124 auto [newDir, extraDir] = second.split(';'); in getOldNewOptionsExtra()
1125 return {oldDir, newDir, extraDir}; in getOldNewOptionsExtra()