diff options
-rw-r--r-- | lldb/include/lldb/Core/FileSpec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/FileSpec.h b/lldb/include/lldb/Core/FileSpec.h index 296d7f9d3bf..71c006a52be 100644 --- a/lldb/include/lldb/Core/FileSpec.h +++ b/lldb/include/lldb/Core/FileSpec.h @@ -436,6 +436,9 @@ public: static int Resolve (const char *src_path, char *dst_path, size_t dst_len); + + static int + ResolveUsername (const char *user_name, char *dst_buffer, size_t dst_len); protected: //------------------------------------------------------------------ |