Searched refs:GetNextLayerPath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cm_event_process.c | 112 static int32_t GetNextLayerPath(const char *path, const char *name, char *outPath, uint32_t outPath… in GetNextLayerPath() function 168 int32_t ret = GetNextLayerPath(path, name, authListPath, sizeof(authListPath)); in RemoveAuthListDir() 207 if (GetNextLayerPath(path, dire->d_name, uidPath, sizeof(uidPath)) != CM_SUCCESS) { in CmTraversalUidLayerDir() 270 if (GetNextLayerPath(path, dire->d_name, userIdPath, sizeof(userIdPath)) != CM_SUCCESS) { in CmTraversalUserIdLayerDir() 310 if (GetNextLayerPath(path, dire->d_name, deletePath, sizeof(deletePath)) != CM_SUCCESS) { in CmTraversalDir()
|