Searched refs:remote_file_path (Results 1 – 1 of 1) sorted by relevance
842 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local844 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()849 remote_file_path, local_file_path); in DoExecute()913 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local918 remote_file_path.c_str(), size); in DoExecute()923 remote_file_path.c_str()); in DoExecute()983 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local990 remote_file_path.c_str(), permissions); in DoExecute()1052 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local1053 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()[all …]