Lines Matching refs:remote_file_path
850 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
852 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() local
923 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
927 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() local
995 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()
1000 remote_file_path.c_str(), permissions); in DoExecute()
1063 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
1064 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
1067 remote_file_path.c_str(), exists ? "exists" : "does not exist"); in DoExecute()