Searched refs:remote_file_path (Results 1 – 2 of 2) sorted by relevance
851 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local853 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() local924 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() local996 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()1001 remote_file_path.c_str(), permissions); in DoExecute()[all …]
436 const auto remote_file_path = remote_file.GetPath(false); in internalPullFile() local437 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() local512 auto error = SendSyncRequest(kSTAT, remote_file_path.length(), in internalStat()513 remote_file_path.c_str()); in internalStat()