Lines Matching refs:remote_file_path
826 const char *remote_file_path = args.GetArgumentAtIndex(0); in DoExecute() local
828 Status error = platform_sp->GetFile(FileSpec(remote_file_path), in DoExecute()
833 remote_file_path, local_file_path); in DoExecute()
875 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
876 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
880 remote_file_path.c_str(), size); in DoExecute()
885 remote_file_path.c_str()); in DoExecute()
923 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
925 Status error = platform_sp->GetFilePermissions(FileSpec(remote_file_path), in DoExecute()
930 remote_file_path.c_str(), permissions); in DoExecute()
970 std::string remote_file_path(args.GetArgumentAtIndex(0)); in DoExecute() local
971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
974 remote_file_path.c_str(), exists ? "exists" : "does not exist"); in DoExecute()