Home
last modified time | relevance | path

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

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