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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1116 const char *remote_file_path = args.GetArgumentAtIndex(0); local
1118 Error error = platform_sp->GetFile(FileSpec(remote_file_path, false),
1123 remote_file_path, local_file_path);
1192 std::string remote_file_path(args.GetArgumentAtIndex(0));
1193 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path.c_str(), false));
1196 result.AppendMessageWithFormat("File size of %s (remote): %" PRIu64 "\n", remote_file_path.c_str(), size);
1201 result.AppendMessageWithFormat("Eroor getting file size of %s (remote)\n", remote_file_path.c_str());

Completed in 56 milliseconds