Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp851 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
853 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()
858 remote_file_path, local_file_path); in DoExecute()
923 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
924 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
928 remote_file_path.c_str(), size); in DoExecute()
933 remote_file_path.c_str()); in DoExecute()
994 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
996 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()
1001 remote_file_path.c_str(), permissions); in DoExecute()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp436 const auto remote_file_path = remote_file.GetPath(false); in internalPullFile() local
437 auto error = SendSyncRequest(kRECV, remote_file_path.length(), in internalPullFile()
438 remote_file_path.c_str()); in internalPullFile()
511 const std::string remote_file_path(remote_file.GetPath(false)); in internalStat() local
512 auto error = SendSyncRequest(kSTAT, remote_file_path.length(), in internalStat()
513 remote_file_path.c_str()); in internalStat()