Searched defs:curr_path_end (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1135 milliseconds