Searched refs:remote_file_path (Results 1 – 2 of 2) sorted by relevance
850 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local852 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()857 remote_file_path, local_file_path); in DoExecute()922 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local927 remote_file_path.c_str(), size); in DoExecute()932 remote_file_path.c_str()); in DoExecute()993 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local1000 remote_file_path.c_str(), permissions); in DoExecute()1063 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local1064 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); 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()