Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNB.cpp1987 const char *curr_path_end; in DNBResolveExecutablePath() local
1990 curr_path_end = strchr(curr_path_start, ':'); in DNBResolveExecutablePath()
1991 if (curr_path_end == NULL) in DNBResolveExecutablePath()
1996 else if (curr_path_end > curr_path_start) in DNBResolveExecutablePath()
1998 size_t len = curr_path_end - curr_path_start; in DNBResolveExecutablePath()