Lines Matching refs:remote_file_path
842 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
844 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() local
914 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
918 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() local
985 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()
990 remote_file_path.c_str(), permissions); in DoExecute()
1052 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
1053 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
1056 remote_file_path.c_str(), exists ? "exists" : "does not exist"); in DoExecute()