Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.cpp440 const auto remote_file_path = remote_file.GetPath(false); in internalPullFile() local
441 auto error = SendSyncRequest(kRECV, remote_file_path.length(), in internalPullFile()
442 remote_file_path.c_str()); in internalPullFile()
515 const std::string remote_file_path(remote_file.GetPath(false)); in internalStat() local
516 auto error = SendSyncRequest(kSTAT, remote_file_path.length(), in internalStat()
517 remote_file_path.c_str()); in internalStat()
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp856 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
858 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()
863 remote_file_path, local_file_path); in DoExecute()
932 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
933 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
937 remote_file_path.c_str(), size); in DoExecute()
942 remote_file_path.c_str()); in DoExecute()