Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/utils/include/
H A Dcert_path.h25 #define CERT_DEVICE_PATH "/dev/code_sign" macro
/ohos5.0/base/security/code_signature/services/key_enable/utils/src/
H A Dcert_path.cpp33 int fd = open(CERT_DEVICE_PATH, O_WRONLY); in IoctlCertPathOperation()