Home
last modified time | relevance | path

Searched refs:FailIfExists (Results 1 – 16 of 16) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetcpsync/
H A Dremoteconnection.cpp52 bool AbstractRemoteConnection::moveFile(const QString &src, const QString &dest, bool FailIfExists) in moveFile() argument
54 bool result = copyFile(src, dest, FailIfExists); in moveFile()
H A Dremoteconnection.h73 bool moveFile(const QString&, const QString&, bool FailIfExists = false);
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetest/
H A Dremoteconnection.cpp86 bool AbstractRemoteConnection::moveFile(const QString &src, const QString &dest, bool FailIfExists) in moveFile() argument
88 bool result = copyFile(src, dest, FailIfExists); in moveFile()
H A Dcetcpsyncconnection.h72 bool moveFile(const QString&, const QString&, bool FailIfExists = false);
H A Dremoteconnection.h74 bool moveFile(const QString&, const QString&, bool FailIfExists = false);
H A Dactivesyncconnection.h76 bool moveFile(const QString&, const QString&, bool FailIfExists = false);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/tests/System/IO/
H A DCreateSafeFileHandleTests.cs186 …eFile file = folder.CreateFileAsync(filename, CreationCollisionOption.FailIfExists).AsTask().Resul… in FromStorageFile_Basic()
200 …eFile file = folder.CreateFileAsync(filename, CreationCollisionOption.FailIfExists).AsTask().Resul… in FromStorageFile_FileStream()
223 …eFile file = folder.CreateFileAsync(filename, CreationCollisionOption.FailIfExists).AsTask().Resul… in FromStorageFile_SurfaceIOException()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Storage/
H A Dmod.rs58 pub const FailIfExists: Self = Self(2i32); const
168 pub const FailIfExists: Self = Self(2i32); const
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Security/Credentials/
H A Dmod.rs27 pub const FailIfExists: Self = Self(1i32); const
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DPlatformAbstraction.h186 bool CopyFile(const char *szSource, const char *szTarget, bool FailIfExists);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Management/Deployment/
H A Dmod.rs169 pub const FailIfExists: Self = Self(0i32); const
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/IO/
H A DWindowsRuntimeStorageExtensions.cs136 Debug.Assert(creationCollisionOption == CreationCollisionOption.FailIfExists in OpenStreamForWriteAsyncCore()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Security/Credentials/
H A Dmod.rs631 pub const FailIfExists: KeyCredentialCreationOption = KeyCredentialCreationOption(1i32); const
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas3092 function CopyFile(const Source, Target: TFileName; FailIfExists: boolean): boolean; in CopyFile()
19516 function CopyFile(const Source, Target: TFileName; FailIfExists: boolean): boolean;
19519 result := Windows.CopyFile(pointer(Source),pointer(Target),FailIfExists);
19525 if FailIfExists then
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Storage/
H A Dmod.rs1179 pub const FailIfExists: CreationCollisionOption = CreationCollisionOption(2i32); const
4623 pub const FailIfExists: NameCollisionOption = NameCollisionOption(2i32); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Management/Deployment/
H A Dmod.rs3814 …pub const FailIfExists: SharedPackageContainerCreationCollisionOptions = SharedPackageContainerCre… const