Home
last modified time | relevance | path

Searched defs:replaceFileName (Results 1 – 14 of 14) sorted by relevance

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/share/
H A DAdditionalLaunchersTest.java88 private static Path replaceFileName(Path path, String newFileName) { in replaceFileName() method in AdditionalLaunchersTest
/dports/devel/stack/stack-2.7.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs413 replaceFileName x y = dropFileName x </> y function
/dports/devel/stack/stack-2.7.3/test/integration/tests/mutable-deps/files/filepath-1.4.2.1/System/FilePath/
H A DInternal.hs546 replaceFileName x y = a </> y where (a,_) = splitFileName_ x function
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/System/FilePath/
H A DInternal.hs545 replaceFileName x y = a </> y where (a,_) = splitFileName_ x function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/System/FilePath/
H A DInternal.hs672 replaceFileName x y = a </> y where (a,_) = splitFileName_ x function
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins.Database/
H A DAddinDatabase.cs1629 …ublic bool SaveDescription (IProgressStatus monitor, AddinDescription desc, string replaceFileName) in SaveDescription()