Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp831 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
833 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()
838 remote_file_path, local_file_path); in DoExecute()
903 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
904 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
908 remote_file_path.c_str(), size); in DoExecute()
913 remote_file_path.c_str()); in DoExecute()