diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/PlatformAndroid.h')
| -rw-r--r-- | lldb/source/Plugins/Platform/Android/PlatformAndroid.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h index f1d34e64eb0..b02a1b5b5f7 100644 --- a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h +++ b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h @@ -64,9 +64,13 @@ namespace platform_android { Error ConnectRemote (Args& args) override; - lldb_private::Error - PutFile (const lldb_private::FileSpec& source, - const lldb_private::FileSpec& destination, + Error + GetFile (const FileSpec& source, + const FileSpec& destination) override; + + Error + PutFile (const FileSpec& source, + const FileSpec& destination, uint32_t uid = UINT32_MAX, uint32_t gid = UINT32_MAX) override; |

