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