Searched refs:remote_file_path (Results 1 – 2 of 2) sorted by relevance
440 const auto remote_file_path = remote_file.GetPath(false); in internalPullFile() local441 auto error = SendSyncRequest(kRECV, remote_file_path.length(), in internalPullFile()442 remote_file_path.c_str()); in internalPullFile()515 const std::string remote_file_path(remote_file.GetPath(false)); in internalStat() local516 auto error = SendSyncRequest(kSTAT, remote_file_path.length(), in internalStat()517 remote_file_path.c_str()); in internalStat()
856 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local858 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()863 remote_file_path, local_file_path); in DoExecute()932 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local933 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()937 remote_file_path.c_str(), size); in DoExecute()942 remote_file_path.c_str()); in DoExecute()