Home
last modified time | relevance | path

Searched defs:withFilePath (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/ByteString/
H A DFilePath.hsc53 withFilePath = useAsCString function
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/Posix/
H A DInternals.hs162 withFilePath = withCWString function
176 withFilePath fp f = getFileSystemEncoding >>= \enc -> GHC.withCString enc fp f function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-fileio-0.3.16.4/lib/
H A DFilesystem.hs920 withFilePath path = withCWString (encodeString path) function
925 withFilePath path = B.useAsCString (R.encode R.posix path) function
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DStoreFile.java613 public WriterBuilder withFilePath(Path filePath) { in withFilePath() method in StoreFile.WriterBuilder