Home
last modified time | relevance | path

Searched refs:INVALID_HANDLE_VALUE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Diocp.rs21 INVALID_HANDLE_VALUE, OVERLAPPED, OVERLAPPED_ENTRY,
35 let handle = unsafe { CreateIoCompletionPort(INVALID_HANDLE_VALUE, 0, 0, 0) }; in new()
H A Dafd.rs26 INVALID_HANDLE_VALUE, IO_STATUS_BLOCK, IO_STATUS_BLOCK_0, NTSTATUS, OBJECT_ATTRIBUTES,
90 let mut afd_device_handle: HANDLE = INVALID_HANDLE_VALUE; in new()
H A Dwinapi.rs72 pub const INVALID_HANDLE_VALUE: HANDLE = -1i32 as _; const
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp70 if (handle != INVALID_HANDLE_VALUE) { in ResolveAbsolutePath()
110 HANDLE handle = INVALID_HANDLE_VALUE; in recursivelyCollectAllFiles()
112 if (handle == INVALID_HANDLE_VALUE) { in recursivelyCollectAllFiles()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp32 if (d->handle == INVALID_HANDLE_VALUE) { in opendir()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h97 if (handle == INVALID_HANDLE_VALUE || !FlushFileBuffers(handle)) { in Fsync()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h123 … if ((hFind = FindFirstFile(dirPath.append("\\*").c_str(), &fileInfo)) != INVALID_HANDLE_VALUE) { in GetAssetList()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp222 if (FileHandle == INVALID_HANDLE_VALUE) { in mmap()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp326 if (FileHandle == INVALID_HANDLE_VALUE) {