Home
last modified time | relevance | path

Searched refs:getExecutablePath (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/Compat/
H A DExecutablePath.hs8 module Distribution.Client.Compat.ExecutablePath ( getExecutablePath ) where
47 getExecutablePath :: IO FilePath
92 getExecutablePath = _NSGetExecutablePath >>= realpath function
114 getExecutablePath = readSymbolicLink $ "/proc/self/exe" function
132 getExecutablePath = go 2048 -- plenty, PATH_MAX is 512 under Win32 function
149 getExecutablePath = function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Compat/
H A DExecutablePath.hs8 module Distribution.Client.Compat.ExecutablePath ( getExecutablePath ) where
49 getExecutablePath :: IO FilePath
94 getExecutablePath = _NSGetExecutablePath >>= realpath function
116 getExecutablePath = readSymbolicLink $ "/proc/self/exe" function
134 getExecutablePath = go 2048 -- plenty, PATH_MAX is 512 under Win32 function
151 getExecutablePath = function
/dports/devel/love10/love-0.10.2/src/modules/filesystem/
H A DFilesystem.cpp84 std::string Filesystem::getExecutablePath() const in getExecutablePath() function in love::filesystem::Filesystem
87 return love::macosx::getExecutablePath(); in getExecutablePath()
89 return love::ios::getExecutablePath(); in getExecutablePath()
110 #error Missing implementation for Filesystem::getExecutablePath! in getExecutablePath()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/ghc-boot/GHC/
H A DBaseDir.hs24 import System.Environment (getExecutablePath)
27 import System.Environment (getExecutablePath)
48 getBaseDir = Just . (\p -> p </> "lib") . rootDir <$> getExecutablePath
74 getBaseDir = Just . (\p -> p </> "lib") . takeDirectory . takeDirectory <$> getExecutablePath
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/ghc-boot/GHC/
H A DBaseDir.hs24 import System.Environment (getExecutablePath)
27 import System.Environment (getExecutablePath)
48 getBaseDir = Just . (\p -> p </> "lib") . rootDir <$> getExecutablePath
74 getBaseDir = Just . (\p -> p </> "lib") . takeDirectory . takeDirectory <$> getExecutablePath
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/ghc-boot/GHC/
H A DBaseDir.hs24 import System.Environment (getExecutablePath)
27 import System.Environment (getExecutablePath)
48 getBaseDir = Just . (\p -> p </> "lib") . rootDir <$> getExecutablePath
74 getBaseDir = Just . (\p -> p </> "lib") . takeDirectory . takeDirectory <$> getExecutablePath
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-boot/GHC/
H A DBaseDir.hs24 import System.Environment (getExecutablePath)
27 import System.Environment (getExecutablePath)
48 getBaseDir = Just . (\p -> p </> "lib") . rootDir <$> getExecutablePath
74 getBaseDir = Just . (\p -> p </> "lib") . takeDirectory . takeDirectory <$> getExecutablePath
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/devel/stack/stack-2.7.3/_cabal_deps/unliftio-0.2.16/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/unliftio-0.2.20/src/UnliftIO/
H A DEnvironment.hs7 , getExecutablePath
38 getExecutablePath :: MonadIO m => m FilePath
39 getExecutablePath = liftIO E.getExecutablePath function
/dports/devel/love/love-11.3/src/modules/filesystem/
H A DFilesystem.cpp93 std::string Filesystem::getExecutablePath() const in getExecutablePath() function in love::filesystem::Filesystem
96 return love::macosx::getExecutablePath(); in getExecutablePath()
98 return love::ios::getExecutablePath(); in getExecutablePath()
119 #error Missing implementation for Filesystem::getExecutablePath! in getExecutablePath()
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/Environment/
H A DExecutablePath.hsc19 module System.Environment.ExecutablePath ( getExecutablePath ) where
74 getExecutablePath :: IO FilePath
119 getExecutablePath = _NSGetExecutablePath >>= realpath function
141 getExecutablePath = readSymbolicLink $ "/proc/self/exe" function
158 getExecutablePath = do function
195 getExecutablePath = go 2048 -- plenty, PATH_MAX is 512 under Win32 function
284 getExecutablePath = function
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/Debug/
H A DJSHintUnitTest.php26 $rhinoPath = Config::getExecutablePath('rhino');
27 $jshintPath = Config::getExecutablePath('jshint');
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/
H A DSconsCaching.py41 getExecutablePath,
80 ccache_binary = getExecutablePath("ccache", env=env)
134 assert getExecutablePath(os.path.basename(the_compiler), env=env) == cc_path
180 cc_path = getExecutablePath(the_compiler, env=env)
208 cl_binary = getExecutablePath(the_compiler, env)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/Test/Cabal/
H A DWorkdir.hs12 import System.Environment ( getExecutablePath )
22 exe_path <- canonicalizePath =<< getExecutablePath
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/src/Test/Cabal/
H A DWorkdir.hs12 import System.Environment ( getExecutablePath )
22 exe_path <- canonicalizePath =<< getExecutablePath
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/utils/
H A DExecution.py87 def getExecutablePath(filename): function
101 return getExecutablePath(command) is not None
319 gdb_path = getExecutablePath("gdb")
320 lldb_path = getExecutablePath("lldb")
437 command[0] = getExecutablePath(tool)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php52 $rhinoPath = Config::getExecutablePath('rhino');
53 $jslintPath = Config::getExecutablePath('jslint');
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php53 $rhinoPath = Config::getExecutablePath('rhino');
54 $jshintPath = Config::getExecutablePath('jshint');

12345678910