Home
last modified time | relevance | path

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

/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_storage.c71 if (ret == CMR_ERROR_MAKE_DIR_FAIL) { in ConstructUserIdPath()
94 if (ret == CMR_ERROR_MAKE_DIR_FAIL) { in ConstructUidPath()
117 if (ret == CMR_ERROR_MAKE_DIR_FAIL) { in ConstructAuthListPath()
Dcert_manager.c52 if (CmMakeDir(CERT_DIR) == CMR_ERROR_MAKE_DIR_FAIL) { in CertManagerInitialize()
125 if (CmMakeDir(pathPtr) == CMR_ERROR_MAKE_DIR_FAIL) { in CmGetFilePath()
147 if (CmMakeDir(path) == CMR_ERROR_MAKE_DIR_FAIL) { in CmGetFilePath()
Dcert_manager_file_operator.c226 return CMR_ERROR_MAKE_DIR_FAIL; in CmMakeDir()
Dcert_manager_status.c472 if (CmMakeDir(CERT_STATUS_DIR) == CMR_ERROR_MAKE_DIR_FAIL) { in CertManagerStatusInit()
/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
Dcm_type.h117 CMR_ERROR_MAKE_DIR_FAIL = -8, enumerator