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

/external/lldb/source/Host/common/
H A DFileSpec.cpp336 char *last_resolved_path_slash = strrchr(resolved_path, '/'); local
337 if (last_resolved_path_slash)
339 *last_resolved_path_slash = '\0';

Completed in 66 milliseconds