Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldriver.c406 char dir_sep; in _eglGetSearchPath() local
411 dir_sep = '/'; in _eglGetSearchPath()
414 dir_sep = '\\'; in _eglGetSearchPath()
422 if (p && strchr(p, dir_sep)) { in _eglGetSearchPath()
425 p = strrchr(buf, dir_sep); in _eglGetSearchPath()