Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapabilities.cpp212 char* last_sep = NULL; in remove_last_sep() local
213 last_sep = strrchr(buffer, PARAM_SEP_CHAR); in remove_last_sep()
214 if (last_sep != NULL) { in remove_last_sep()
215 last_sep[0] = '\0'; in remove_last_sep()