Home
last modified time | relevance | path

Searched refs:overlayPath (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Diconloader.cpp115 QString overlayPath = QString( ":/icons/%1-%2.png" ).arg( overlay ).arg( sizes[ i ] ); in overlayedIcon() local
117 if ( QFile::exists( imagePath ) && QFile::exists( overlayPath ) ) in overlayedIcon()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/work/
H A Dgc.go327 overlayPath, isOverlay := fsys.OverlayPath(path)
332 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";"
387 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
390 args1 := append(args, "-o", ofile, overlayPath)
H A Dgccgo.go111 overlayPath, ok := fsys.OverlayPath(absPath)
121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
H A Dexec.go2342 overlayPath := file
2343 if p, ok := a.nonGoOverlay[overlayPath]; ok {
2344 overlayPath = p
2346 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/work/
H A Dgc.go340 overlayPath, isOverlay := fsys.OverlayPath(path)
345 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";"
410 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
413 args1 := append(args, "-o", ofile, overlayPath)
H A Dgccgo.go111 overlayPath, ok := fsys.OverlayPath(absPath)
121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
H A Dexec.go2367 overlayPath := file
2368 if p, ok := a.nonGoOverlay[overlayPath]; ok {
2369 overlayPath = p
2371 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/work/
H A Dgc.go300 overlayPath, isOverlay := fsys.OverlayPath(path)
305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";"
372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
375 args1 := append(args, "-o", ofile, overlayPath)
H A Dgccgo.go111 overlayPath, ok := fsys.OverlayPath(absPath)
121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
H A Dexec.go2305 overlayPath := file
2306 if p, ok := a.nonGoOverlay[overlayPath]; ok {
2307 overlayPath = p
2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/work/
H A Dgc.go300 overlayPath, isOverlay := fsys.OverlayPath(path)
305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";"
372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
375 args1 := append(args, "-o", ofile, overlayPath)
H A Dgccgo.go111 overlayPath, ok := fsys.OverlayPath(absPath)
121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
H A Dexec.go2305 overlayPath := file
2306 if p, ok := a.nonGoOverlay[overlayPath]; ok {
2307 overlayPath = p
2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/work/
H A Dgc.go300 overlayPath, isOverlay := fsys.OverlayPath(path)
305 rewrite += overlayPath + "=>" + filepath.Join(rewriteDir, base) + ";"
372 overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
375 args1 := append(args, "-o", ofile, overlayPath)
H A Dgccgo.go111 overlayPath, ok := fsys.OverlayPath(absPath)
121 args = append(args, "-ffile-prefix-map="+overlayPath+"="+toPath)
H A Dexec.go2305 overlayPath := file
2306 if p, ok := a.nonGoOverlay[overlayPath]; ok {
2307 overlayPath = p
2309 … := b.runOut(a, filepath.Dir(overlayPath), b.cCompilerEnv(), compiler, flags, "-o", outfile, "-c",…
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A Dmix.py245 def openFont(self, path, overlayPath=None): argument
253 if overlayPath != None:
254 overlayFont = OpenFont(overlayPath)