Home
last modified time | relevance | path

Searched refs:makeDestPath (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/imptests/
H A DimportTestsuite.py77 def makeDestPath(a, b): function
105 destdir = makeDestPath(dest, d["path"])
125 path = makeDestPath(dest, d["path"])
148 subprocess.check_call(["hg", "addremove", makeDestPath(dest, d)])
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/imptests/
H A DimportTestsuite.py77 def makeDestPath(a, b): function
105 destdir = makeDestPath(dest, d["path"])
125 path = makeDestPath(dest, d["path"])
148 subprocess.check_call(["hg", "addremove", makeDestPath(dest, d)])
/dports/security/keybase/client-v5.7.1/go/client/
H A Dsimplefs_test.go504 destPath, err = makeDestPath(
522 destPath, err = makeDestPath(
558 destPath, err = makeDestPath(
585 destPath, err = makeDestPath(
631 destPath, err := makeDestPath(
654 destPath, err = makeDestPath(
699 destPath, err := makeDestPath(
723 destPath, err = makeDestPath(
H A Dcmd_simplefs_move.go75 dest, err := makeDestPath(ctx, c.G(), cli, src, c.dest, isDestDir, destPathString)
H A Dcmd_simplefs_copy.go93 dest, err = makeDestPath(ctx, c.G(), cli, src, c.dest, isDestDir, destPathString)
H A Dcmd_simplefs.go245 func makeDestPath( func