Home
last modified time | relevance | path

Searched defs:authListPath (Results 1 – 3 of 3) sorted by relevance

/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_auth_list_mgr.c337 char authListPath[MAX_PATH_LEN] = { 0 }; in CmAddAuthUid() local
352 char authListPath[MAX_PATH_LEN] = { 0 }; in CmRemoveAuthUid() local
367 char authListPath[MAX_PATH_LEN] = { 0 }; in CmGetAuthList() local
394 char authListPath[MAX_PATH_LEN] = { 0 }; in CmDeleteAuthListFile() local
417 char authListPath[MAX_PATH_LEN] = { 0 }; in CmCheckIsAuthUidExist() local
Dcm_event_process.c179 char authListPath[CM_MAX_FILE_NAME_LEN] = {0}; in RemoveAuthListDir() local
Dcert_manager_storage.c108 char *authListPath, uint32_t pathLen) in ConstructAuthListPath()