Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/utils/src/
H A Dxpm_common.cpp59 char xpmRegion[XPM_PROC_LENGTH] = {0}; in GetXpmRegion() local
60 int ret = read(fd, xpmRegion, sizeof(xpmRegion)); in GetXpmRegion()
66 ret = sscanf_s(xpmRegion, "%llx-%llx", &area.start, &area.end); in GetXpmRegion()