Searched defs:mapAddr (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_file.c | 94 void HapMUnMap(char *mapAddr, int32_t mmapSize) in HapMUnMap()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
H A D | random_access_file.h | 29 char* mapAddr; member
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_file.h | 42 char* mapAddr; member
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | dfx_util.cpp | 234 void *mapAddr = ::MapViewOfFile(FileMappingHandle, FILE_MAP_READ, 0, 0, 0); in mmap() local
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_io_mgr.c | 97 uint8_t *mapAddr = fnOps->mapAddr(ep, len); in UsbFnIoMgrRequestAlloc() local
|
H A D | adapter_if_liteos.c | 828 static int32_t UsbFnAdapterUnmapAddr(uint8_t *mapAddr, uint32_t len) in UsbFnAdapterUnmapAddr()
|
H A D | adapter_if.c | 1116 static int32_t UsbFnAdapterUnmapAddr(uint8_t * const mapAddr, uint32_t len) in UsbFnAdapterUnmapAddr()
|
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_utils.cpp | 334 void *mapAddr = ::MapViewOfFile(FileMappingHandle, FILE_MAP_READ, 0, 0, 0); variable
|
/ohos5.0/drivers/peripheral/usb/ddk/device/include/ |
H A D | adapter_if.h | 220 uint8_t *(*mapAddr)(int32_t ep, uint32_t len); member
|