Home
last modified time | relevance | path

Searched refs:moveFileEx (Results 1 – 25 of 45) sorted by relevance

12

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go45 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
66 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/www/tusc/tusc-0.4.7/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dfile_storage_windows.go55 func moveFileEx(from *uint16, to *uint16, flags uint32) error { func
75 return moveFileEx(from, to, _MOVEFILE_REPLACE_EXISTING)
/dports/security/vault/vault-1.8.2/vendor/github.com/natefinch/atomic/
H A Dzfile_windows.go17 func moveFileEx(lpExistingFileName *uint16, lpNewFileName *uint16, dwFlags uint32) (err error) { func
H A Dfile_windows.go29 if err := moveFileEx(src, dest, movefile_replace_existing|movefile_write_through); err != nil {
H A DREADME.md12 can happen. By wrapping the windows API moveFileEx, we can ensure that the move
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DDirectory.hs463 Win32.moveFileEx opath npath Win32.mOVEFILE_REPLACE_EXISTING
520 Win32.moveFileEx opath npath Win32.mOVEFILE_REPLACE_EXISTING
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DFiles.hsc428 rename name1 name2 = moveFileEx name1 (Just name2) mOVEFILE_REPLACE_EXISTING
430 rename name1 name2 = moveFileEx name1 name2 mOVEFILE_REPLACE_EXISTING
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DFiles.hsc396 rename name1 name2 = moveFileEx name1 (Just name2) mOVEFILE_REPLACE_EXISTING
398 rename name1 name2 = moveFileEx name1 name2 mOVEFILE_REPLACE_EXISTING
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DFiles.hsc396 rename name1 name2 = moveFileEx name1 (Just name2) mOVEFILE_REPLACE_EXISTING
398 rename name1 name2 = moveFileEx name1 name2 mOVEFILE_REPLACE_EXISTING
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DFiles.hsc428 rename name1 name2 = moveFileEx name1 (Just name2) mOVEFILE_REPLACE_EXISTING
430 rename name1 name2 = moveFileEx name1 name2 mOVEFILE_REPLACE_EXISTING
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DFiles.hsc428 rename name1 name2 = moveFileEx name1 (Just name2) mOVEFILE_REPLACE_EXISTING
430 rename name1 name2 = moveFileEx name1 name2 mOVEFILE_REPLACE_EXISTING
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DDirectory.hs463 Win32.moveFileEx opath npath Win32.mOVEFILE_REPLACE_EXISTING
520 Win32.moveFileEx opath npath Win32.mOVEFILE_REPLACE_EXISTING

12