Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp1121 size_t suffix_length = pointer_encoded_length(suffix); in compose_patch() local
1123 …unsigned char *full_path = (unsigned char*)cJSON_malloc(path_length + suffix_length + sizeof("/")); in compose_patch()