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 D | iocp.rs | 21 INVALID_HANDLE_VALUE, OVERLAPPED, OVERLAPPED_ENTRY, 35 let handle = unsafe { CreateIoCompletionPort(INVALID_HANDLE_VALUE, 0, 0, 0) }; in new()
|
H A D | afd.rs | 26 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 D | winapi.rs | 72 pub const INVALID_HANDLE_VALUE: HANDLE = -1i32 as _; const
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/ |
H A D | FileMonitor.cpp | 70 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 D | dir.cpp | 32 if (d->handle == INVALID_HANDLE_VALUE) { in opendir()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/ |
H A D | preferences_file_operation.h | 97 if (handle == INVALID_HANDLE_VALUE || !FlushFileBuffers(handle)) { in Fsync()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | rs_dir_asset_provider.h | 123 … if ((hFind = FindFirstFile(dirPath.append("\\*").c_str(), &fileInfo)) != INVALID_HANDLE_VALUE) { in GetAssetList()
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | dfx_util.cpp | 222 if (FileHandle == INVALID_HANDLE_VALUE) { in mmap()
|
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_utils.cpp | 326 if (FileHandle == INVALID_HANDLE_VALUE) {
|