Home
last modified time | relevance | path

Searched defs:FileHandle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_file.h28 } FileHandle; typedef
/ohos5.0/base/hiviewdfx/hiview/base/logstore/include/
H A Dlog_store_ex.h36 using FileHandle = int32_t; variable
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_file.h33 } FileHandle; typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp49 struct FileHandle { struct
50 int handle = -1;
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp221 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in mmap() local
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp325 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); variable